Package: forgetsql / 0.5.1-13

Metadata

Package Version Patches format
forgetsql 0.5.1-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix output option | (download)

bin/forgetsql-generate | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make --output option work

fix mysqldb support | (download)

bin/forgetsql-generate | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 make forgetsql-generate work with the mysqldb module

fix string exception | (download)

lib/forgetSQL.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 change string exceptions not supported by python 2.6

mark unchanged after save | (download)

lib/forgetSQL.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix save to mark forgetter instances as unchanged

 Forgetter instances that were changed were never marked as unchanged when
 saved, resulting in unnecessary re-saves on subsequent calls to save() or
 upon garbage collection. Patched forgetSQL.py to fix this.
 .
 Also drop useless shebang line as it's a module not a script.