16
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a patch for PySQLite2 made by Kevin Dangoor <[email protected]> and a lot of tweaks for it. More... over 20 years ago
Added a patch for PySQLite2 made by Kevin Dangoor <[email protected]> and a lot of tweaks for it. More... over 20 years ago
Minor fix for Python 2.2: array.array is a function in 2.2, not a class. More... over 20 years ago
Minor fix for Python 2.2: array.array is a function in 2.2, not a class. More... over 20 years ago
Save the original value in BinaryValidator.fromPython() and return it in toPython(). More... over 20 years ago
Save the original value in BinaryValidator.fromPython() and return it in toPython(). More... over 20 years ago
Changed the concept of createValidator() - they have been renamed to createValidators(), and now they return a list of validators: the validator for the column and all validators from the parent classes. Added SQLValidator that inherits validators.All, but runs its validators in different order depending of whether it is convertin toPython or fromPython. More... over 20 years ago
Changed the concept of createValidator() - they have been renamed to createValidators(), and now they return a list of validators: the validator for the column and all validators from the parent classes. Added SQLValidator that inherits validators.All, but runs its validators in different order depending of whether it is convertin toPython or fromPython. More... over 20 years ago
Note failing upgrade script filename More... over 20 years ago
Note failing upgrade script filename More... over 20 years ago
Added a class method _notifyFinishClassCreation(). The method is used in InheritableSQLObject to propagate columns and joins from parent classes to children if it hasn't been done already. Added a test for that propagation. More... over 20 years ago
Added a class method _notifyFinishClassCreation(). The method is used in InheritableSQLObject to propagate columns and joins from parent classes to children if it hasn't been done already. Added a test for that propagation. More... over 20 years ago
Added SingleJoin. Thanks to michelts <[email protected]>. More... over 20 years ago
Added SingleJoin. Thanks to michelts <[email protected]>. More... over 20 years ago
Fixed cascade='null', which was cascading deletes, instead of setting columns to null More... almost 21 years ago
Fixed cascade='null', which was cascading deletes, instead of setting columns to null More... almost 21 years ago
Applied the patch https://sourceforge.net/tracker/index.php?func=detail&aid=1198775&group_id=74338&atid=540674 . More... almost 21 years ago
Applied the patch https://sourceforge.net/tracker/index.php?func=detail&aid=1198775&group_id=74338&atid=540674 . More... almost 21 years ago
Give a proper error message when using -f and paste.pyconfig cannot be found More... almost 21 years ago
Give a proper error message when using -f and paste.pyconfig cannot be found More... almost 21 years ago
Added --edit option to record, so you can immediately create an upgrade script More... almost 21 years ago
Added --edit option to record, so you can immediately create an upgrade script More... almost 21 years ago
Fixed typo More... almost 21 years ago
Fixed typo More... almost 21 years ago
Fixed typo More... almost 21 years ago
Fixed typo More... almost 21 years ago
Added some more tests of selectBy and stuff (that already passed anyway) More... almost 21 years ago
Added some more tests of selectBy and stuff (that already passed anyway) More... almost 21 years ago
New method to retrieve db description with rows More... almost 21 years ago
New method to retrieve db description with rows More... almost 21 years ago