16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 11, 2025 — Jan 11, 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... over 21 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... over 21 years ago
Applied patch for joinMethodName, from Cyril Elkaim, 09/01/04 More... over 21 years ago
Applied patch for joinMethodName, from Cyril Elkaim, 09/01/04 More... over 21 years ago
typo More... over 21 years ago
typo More... over 21 years ago
Updated version numbers to 0.6.1; added an announcement email template More... over 21 years ago
Updated version numbers to 0.6.1; added an announcement email template More... over 21 years ago
news for last patch More... over 21 years ago
news for last patch More... over 21 years ago
Applied patch [ 974755 ] add connection parameters to all class methods in SQLObject More... over 21 years ago
Applied patch [ 974755 ] add connection parameters to all class methods in SQLObject More... over 21 years ago
provide a better error message when having connection problems More... over 21 years ago
provide a better error message when having connection problems More... over 21 years ago
Fixed _queryInsertID More... over 21 years ago
Fixed _queryInsertID More... over 21 years ago
Force firebird's dialect connection option to be an integer More... over 21 years ago
Force firebird's dialect connection option to be an integer More... over 21 years ago
Fixed problem with fromPython validators More... over 21 years ago
Fixed problem with fromPython validators More... over 21 years ago
Added extra arguments that get passed to firebird connections More... over 21 years ago
Added extra arguments that get passed to firebird connections More... over 21 years ago
Pay attention to joinMethodName keyword argument to joins More... over 21 years ago
Pay attention to joinMethodName keyword argument to joins More... over 21 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... over 21 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... over 21 years ago
Added CASCADE SET NULL option More... over 21 years ago
Added CASCADE SET NULL option More... over 21 years ago
Use FOREIGN KEY constraints even if cascade isn't explicitly given More... over 21 years ago
Use FOREIGN KEY constraints even if cascade isn't explicitly given More... over 21 years ago