diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-12-23 10:24:37 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-12-23 10:24:37 +0100 |
commit | f7c4dcc8b4650202bd82d538ef708c2e183aea49 (patch) | |
tree | e6a65cd82237fcfaae81865e2c064b838a3567ea /ChangeLog | |
parent | 716e4eb218b0d7098428ebb81c06683cf0ba7074 (diff) | |
download | logilab-common-f7c4dcc8b4650202bd82d538ef708c2e183aea49.tar.gz |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,25 +1,32 @@ ChangeLog for logilab.common ============================ - -- +2009-12-23 -- 0.46.0 * db / adbh: added SQL Server support using Pyodbc + * db: - New optional extra_args argument to get_connection. - Support Windows Auth for SQLServer by giving extra_args='Trusted_Connection' to the sqlserver2005 driver + + 2009-11-23 -- 0.45.2 * configuration: - proper bytes and time option types support - make Method usable as 'callback' value - fix #8849 Using plugins, options and .pylintrc crashes PyLint + * graph: fix has_path returned value to include the destination node, else we get an empty list which makes think there is no path (test added) + + 2009-08-26 -- 0.45.0 * added function for parsing XML processing instructions + 2009-08-07 -- 0.44.0 * remove code deprecated for a while now |