16
I Use This!
Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug in the duplicate names test - the test must exclude columns from the parent classes in case of simple inheritance. More... over 19 years ago
Fixed a bug in the duplicate names test - the test must exclude columns from the parent classes in case of simple inheritance. More... over 19 years ago
Tests by Luke Opperman <[email protected]> to test descending sorting. More... over 19 years ago
Tests by Luke Opperman <[email protected]> to test descending sorting. More... over 19 years ago
Fixed the bug 1463974: Column name collides with internal method. SQLObject now disallows columns with names that collide with existing methods, such as "_init", "expire", "set" and so on. More... over 19 years ago
Fixed the bug 1463974: Column name collides with internal method. SQLObject now disallows columns with names that collide with existing methods, such as "_init", "expire", "set" and so on. More... over 19 years ago
Get column's dbName from the DB. More... over 19 years ago
Get column's dbName from the DB. More... over 19 years ago
Fixed a bug in the test. More... over 19 years ago
Fixed a bug in the test. More... over 19 years ago
Stop PySQLite2 converting date/time columns - the conversion causes troubles, and our conversion is more flexible. More... over 19 years ago
Stop PySQLite2 converting date/time columns - the conversion causes troubles, and our conversion is more flexible. More... over 19 years ago
Applied patches for the bug 1496014: None in enumValues fails. Additional tests by Nathan Edwards <[email protected]>. More... over 19 years ago
Applied patches for the bug 1496014: None in enumValues fails. Additional tests by Nathan Edwards <[email protected]>. More... over 19 years ago
Fixed the bug 1567633: KeyError when creating table from MySQL database. More... over 19 years ago
Fixed the bug 1567633: KeyError when creating table from MySQL database. More... over 19 years ago
Moved boilerplate code to set the factory for SQLiteConnection to setSQLiteConnectionFactory(). More... over 19 years ago
Moved boilerplate code to set the factory for SQLiteConnection to setSQLiteConnectionFactory(). More... over 19 years ago
SQLiteConnection got a new keyword "factory". The patch inspired by jt <[email protected]>. More... over 19 years ago
SQLiteConnection got a new keyword "factory". The patch inspired by jt <[email protected]>. More... over 19 years ago
Fixed a number of bugs in InheritableSQLMeta.{add,del}Column(). More... over 19 years ago
Fixed a number of bugs in InheritableSQLMeta.{add,del}Column(). More... over 19 years ago
A bugfix by Mircea Amarascu <[email protected]>. More... over 19 years ago
A bugfix by Mircea Amarascu <[email protected]>. More... over 19 years ago
A patch by Mircea Amarascu <[email protected]> - a hierarchy of exceptions. More... over 19 years ago
A patch by Mircea Amarascu <[email protected]> - a hierarchy of exceptions. More... over 19 years ago
SelectResults cannot be queried for truth value; __nonzero__() raises NotImplementedError. More... over 19 years ago
SelectResults cannot be queried for truth value; __nonzero__() raises NotImplementedError. More... over 19 years ago
A patch by Dan Pascu <[email protected]> to break reference loop between SQLObject and SQLObjectState using weak references. More... over 19 years ago
A patch by Dan Pascu <[email protected]> to break reference loop between SQLObject and SQLObjectState using weak references. More... over 19 years ago