3.4

StatsWriterFr-0.5.2

Correction de bugs :
- prise en compte de variantes dans l'écriture des apostrophes (bug apparu avec OOo 3.2)
- meilleurs comptage des mots (problèmes avec les points comme les points de suspension)
- correction d'un bug avec les lignes commençant par une puce (boucle infernale pour le comptage des lignes)

BaseTools-0.0.5

Made a couple of changes:

  1. Extended RunCmd.RunSQL function to run an SQL function call (e.g. CALL SOUNDEX('HELLO') ). Such an SQL statement would return a resultset with one record, which has one column--the result of the function call.
  2. Added RunCmd.SqlFunction(SQL_Function_Name[(params)]) which is similar to RunSQL, but returns the single value in row 1, column 1 of resultset produced by function call. The parameter can be a full SQL statement (e.g. CALL SOUNDEX('HELLO') ), or just the function name with any necessary parameters (e.g. SOUNDEX('HELLO') )

decroise-1.8.5

correction d'un bug suite au rajout de la langue UK
( variable de dialogue mal initialise suite au changement )

bug correction due to uk language addons
( missmatch on dialog initialisation )