openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
SQLObject
Settings
|
Report Duplicate
16
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 22 hours
ago.
Jul 07, 2025 — Jul 07, 2026
Showing page 169 of 187
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
InheritableSQLObject are now inheritable by default - one does not need to set _inheritable = True. Tests and documentation were updated.
Oleg Broytman
More...
over 21 years ago
InheritableSQLObject are now inheritable by default - one does not need to set _inheritable = True. Tests and documentation were updated.
Oleg Broytman
More...
over 21 years ago
Added min() and max() - patch by michelts <
[email protected]
>. Added avg() and tests.
Oleg Broytman
More...
over 21 years ago
Added min() and max() - patch by michelts <
[email protected]
>. Added avg() and tests.
Oleg Broytman
More...
over 21 years ago
Fixed bugs with passing port to MySQLdb.
Oleg Broytman
More...
over 21 years ago
Fixed bugs with passing port to MySQLdb.
Oleg Broytman
More...
over 21 years ago
Fixed a bug with autocommit in sqlite.
Oleg Broytman
More...
over 21 years ago
Fixed a bug with autocommit in sqlite.
Oleg Broytman
More...
over 21 years ago
_parseURI() now translate paths from C|/path to C:/path on w32 platforms.
Oleg Broytman
More...
over 21 years ago
_parseURI() now translate paths from C|/path to C:/path on w32 platforms.
Oleg Broytman
More...
over 21 years ago
_parseURI now splits host and port, if the host contains :port.
Oleg Broytman
More...
over 21 years ago
_parseURI now splits host and port, if the host contains :port.
Oleg Broytman
More...
over 21 years ago
The patch simplified and made faster inherited _SO_fetchAlternateID (_findAlternateID, actually), but changed their signatures. Fixed a minor bug in cache.py expireAll().
Oleg Broytman
More...
over 21 years ago
The patch simplified and made faster inherited _SO_fetchAlternateID (_findAlternateID, actually), but changed their signatures. Fixed a minor bug in cache.py expireAll().
Oleg Broytman
More...
over 21 years ago
Fixed bugs in nherited byAlternateID() and selectBy(). Split _SO_fetchAlternateID() into _findAlternateID() overrided _findAlternateID() in InheritableSQLObject. Added more inheritance tests.
Oleg Broytman
More...
over 21 years ago
Fixed bugs in nherited byAlternateID() and selectBy(). Split _SO_fetchAlternateID() into _findAlternateID() overrided _findAlternateID() in InheritableSQLObject. Added more inheritance tests.
Oleg Broytman
More...
over 21 years ago
Fixed a bug in sqlite connection - allow in-memory database with sqlite:/:memory: URI. Added tests for _parseURI.
Oleg Broytman
More...
over 21 years ago
Fixed a bug in sqlite connection - allow in-memory database with sqlite:/:memory: URI. Added tests for _parseURI.
Oleg Broytman
More...
over 21 years ago
Started new section about SQLObject 0.7.0.
Oleg Broytman
More...
over 21 years ago
Started new section about SQLObject 0.7.0.
Oleg Broytman
More...
over 21 years ago
Minor inheritance documentation update.
Oleg Broytman
More...
over 21 years ago
Minor inheritance documentation update.
Oleg Broytman
More...
over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1040262&group_id=74338&atid=540672
Oleg Broytman
More...
over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1040262&group_id=74338&atid=540672
Oleg Broytman
More...
over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1104058&group_id=74338&atid=540674
Oleg Broytman
More...
over 21 years ago
Applied the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1104058&group_id=74338&atid=540674
Oleg Broytman
More...
over 21 years ago
Minor code cleanup - removed trailing spaces. Added connection parameter to method .delete().
Oleg Broytman
More...
over 21 years ago
Minor code cleanup - removed trailing spaces. Added connection parameter to method .delete().
Oleg Broytman
More...
over 21 years ago
Moved more attributes into sqlmeta, including attributes that are per-class and private (like _SO_columns); these get set in sqlmeta.setClass
Ian Bicking
More...
over 21 years ago
Moved more attributes into sqlmeta, including attributes that are per-class and private (like _SO_columns); these get set in sqlmeta.setClass
Ian Bicking
More...
over 21 years ago
←
1
2
…
165
166
167
168
169
170
171
172
173
…
186
187
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree