16
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added indexing * Documentation thereof * Maybe made ForeignKey naming more robust (keep track of the original name in .origName) * Added a .module attribute to connections * Small reorganization of tests More... almost 22 years ago
* Added indexing * Documentation thereof * Maybe made ForeignKey naming more robust (keep track of the original name in .origName) * Added a .module attribute to connections * Small reorganization of tests More... almost 22 years ago
Applied patch for joinMethodName, from Cyril Elkaim, 09/01/04 More... almost 22 years ago
Applied patch for joinMethodName, from Cyril Elkaim, 09/01/04 More... almost 22 years ago
typo More... almost 22 years ago
typo More... almost 22 years ago
Updated version numbers to 0.6.1; added an announcement email template More... almost 22 years ago
Updated version numbers to 0.6.1; added an announcement email template More... almost 22 years ago
news for last patch More... almost 22 years ago
news for last patch More... almost 22 years ago
Applied patch [ 974755 ] add connection parameters to all class methods in SQLObject More... almost 22 years ago
Applied patch [ 974755 ] add connection parameters to all class methods in SQLObject More... almost 22 years ago
provide a better error message when having connection problems More... almost 22 years ago
provide a better error message when having connection problems More... almost 22 years ago
Fixed _queryInsertID More... almost 22 years ago
Fixed _queryInsertID More... almost 22 years ago
Force firebird's dialect connection option to be an integer More... almost 22 years ago
Force firebird's dialect connection option to be an integer More... almost 22 years ago
Fixed problem with fromPython validators More... almost 22 years ago
Fixed problem with fromPython validators More... almost 22 years ago
Added extra arguments that get passed to firebird connections More... almost 22 years ago
Added extra arguments that get passed to firebird connections More... almost 22 years ago
Pay attention to joinMethodName keyword argument to joins More... almost 22 years ago
Pay attention to joinMethodName keyword argument to joins More... almost 22 years ago
Changed contraint name generation; since you may have two columns that are both keys to the same table, you shouldn't use foreign_table_name_exists as the constraint name, as it won't be unique. Instead we use col_name_exists. More... almost 22 years ago
Changed contraint name generation; since you may have two columns that are both keys to the same table, you shouldn't use foreign_table_name_exists as the constraint name, as it won't be unique. Instead we use col_name_exists. More... almost 22 years ago
Added CASCADE SET NULL option More... almost 22 years ago
Added CASCADE SET NULL option More... almost 22 years ago
Use FOREIGN KEY constraints even if cascade isn't explicitly given More... almost 22 years ago
Use FOREIGN KEY constraints even if cascade isn't explicitly given More... almost 22 years ago