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
Moderate Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 20 hours
ago.
Jan 14, 2025 — Jan 14, 2026
Showing page 177 of 187
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed separartion of attributes for plain setters from ._create() because .set() does this itself. Minor optimization in kw.items().
Oleg Broytman
More...
about 21 years ago
Removed separartion of attributes for plain setters from ._create() because .set() does this itself. Minor optimization in kw.items().
Oleg Broytman
More...
about 21 years ago
Fixed a bug: replaced usage() with sys.exit() and an error message.
Oleg Broytman
More...
about 21 years ago
Fixed a bug: replaced usage() with sys.exit() and an error message.
Oleg Broytman
More...
about 21 years ago
Test the server's version and adapt DROP TABLE (do not use CASCADE in version 7.2 or earlier).
Oleg Broytman
More...
about 21 years ago
Test the server's version and adapt DROP TABLE (do not use CASCADE in version 7.2 or earlier).
Oleg Broytman
More...
about 21 years ago
dbValue is never used in the snippet.
Oleg Broytman
More...
about 21 years ago
dbValue is never used in the snippet.
Oleg Broytman
More...
about 21 years ago
Renamed tests/test.py to tests/test_sqlobject.py to allow import from it (and not from python test).
Oleg Broytman
More...
about 21 years ago
Renamed tests/test.py to tests/test_sqlobject.py to allow import from it (and not from python test).
Oleg Broytman
More...
about 21 years ago
Separated main() to use it in other test modules. Used getopt to parse options and arguments.
Oleg Broytman
More...
about 21 years ago
Separated main() to use it in other test modules. Used getopt to parse options and arguments.
Oleg Broytman
More...
about 21 years ago
Was invalidly converting values to database representation, then putting them in the Python-representation attribute. Per email Re: [SQLObject] .set() fromPython
Ian Bicking
More...
about 21 years ago
Was invalidly converting values to database representation, then putting them in the Python-representation attribute. Per email Re: [SQLObject] .set() fromPython
Ian Bicking
More...
about 21 years ago
ClassRegistryTest: Error string for duplicate classes changed IndexTest1: Postgres raises ProgrammingError instead of IntegrityError, sometimes; just catches either now.
Ian Bicking
More...
about 21 years ago
ClassRegistryTest: Error string for duplicate classes changed IndexTest1: Postgres raises ProgrammingError instead of IntegrityError, sometimes; just catches either now.
Ian Bicking
More...
about 21 years ago
Applied MySQL "DOUBLE PRECISION" patch and DATE type for sqlite from SF.
Oleg Broytman
More...
about 21 years ago
Applied MySQL "DOUBLE PRECISION" patch and DATE type for sqlite from SF.
Oleg Broytman
More...
about 21 years ago
Ignore *.pyo in addition to *.pyc.
Oleg Broytman
More...
about 21 years ago
Ignore *.pyo in addition to *.pyc.
Oleg Broytman
More...
about 21 years ago
Fixed bugs in _LikeQuoted: added __add__ and __radd__ so its instances can be used in '%' + _LikeQuoted(value) + '%'.
Oleg Broytman
More...
about 21 years ago
Fixed bugs in _LikeQuoted: added __add__ and __radd__ so its instances can be used in '%' + _LikeQuoted(value) + '%'.
Oleg Broytman
More...
about 21 years ago
Fixed a bug: only clear self.cache if doCache is True.
Oleg Broytman
More...
about 21 years ago
Fixed a bug: only clear self.cache if doCache is True.
Oleg Broytman
More...
about 21 years ago
tryGet() needs to check expiredCache as well
Ian Bicking
More...
about 21 years ago
tryGet() needs to check expiredCache as well
Ian Bicking
More...
about 21 years ago
Two small bugfixes from Oleg, allIDs() and tryGet()
Ian Bicking
More...
about 21 years ago
Two small bugfixes from Oleg, allIDs() and tryGet()
Ian Bicking
More...
about 21 years ago
Used repr() instead of sqlrepr(), reported by Oleg
Ian Bicking
More...
about 21 years ago
Used repr() instead of sqlrepr(), reported by Oleg
Ian Bicking
More...
about 21 years ago
←
1
2
…
173
174
175
176
177
178
179
180
181
…
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