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
1 day
ago. based on code collected
1 day
ago.
Jan 19, 2025 — Jan 19, 2026
Showing page 173 of 187
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Refactored tests into py.test framework; included documentation about how to use the new tests.
Ian Bicking
More...
almost 21 years ago
Refactored tests into py.test framework; included documentation about how to use the new tests.
Ian Bicking
More...
almost 21 years ago
Noted what to do with Python keywords for columns
Ian Bicking
More...
almost 21 years ago
Noted what to do with Python keywords for columns
Ian Bicking
More...
almost 21 years ago
* Add attributes like user, host, db to postgres connections, so that we can recreate the URI * Fixed an assert in dbconnection (NameError)
Ian Bicking
More...
almost 21 years ago
* Add attributes like user, host, db to postgres connections, so that we can recreate the URI * Fixed an assert in dbconnection (NameError)
Ian Bicking
More...
almost 21 years ago
Make its __repr__ more robust (so it doesn't raise exceptions when a value is database-dependent)
Ian Bicking
More...
almost 21 years ago
Make its __repr__ more robust (so it doesn't raise exceptions when a value is database-dependent)
Ian Bicking
More...
almost 21 years ago
Be careful when __del__ happens not to throw an exception
Ian Bicking
More...
almost 21 years ago
Be careful when __del__ happens not to throw an exception
Ian Bicking
More...
almost 21 years ago
Fixed a bug in date/time validators: allow sqlbuilder.SQLExpression.
Oleg Broytman
More...
almost 21 years ago
Fixed a bug in date/time validators: allow sqlbuilder.SQLExpression.
Oleg Broytman
More...
almost 21 years ago
Clean up getConnection a little -- if we need to make a connection, don't put it in the pool just to take it out again.
Ian Bicking
More...
almost 21 years ago
Clean up getConnection a little -- if we need to make a connection, don't put it in the pool just to take it out again.
Ian Bicking
More...
almost 21 years ago
Handle case where datetime isn't defined (it will result in a NameError otherwise, as there's a test against DATETIME_IMPLEMENTATION which isn't defined if datetime isn't importable)
Ian Bicking
More...
almost 21 years ago
Handle case where datetime isn't defined (it will result in a NameError otherwise, as there's a test against DATETIME_IMPLEMENTATION which isn't defined if datetime isn't importable)
Ian Bicking
More...
almost 21 years ago
* Be a little more robust about closing a DBConnection instance, and closing all its direct connections * When there's no pooling (typically in a transaction) make sure you explicitly close connections that are released.
Ian Bicking
More...
almost 21 years ago
* Be a little more robust about closing a DBConnection instance, and closing all its direct connections * When there's no pooling (typically in a transaction) make sure you explicitly close connections that are released.
Ian Bicking
More...
almost 21 years ago
Doesn't really apply anymore; historically relevant, but not current.
Ian Bicking
More...
almost 21 years ago
Doesn't really apply anymore; historically relevant, but not current.
Ian Bicking
More...
almost 21 years ago
Changed version numbers
Ian Bicking
More...
almost 21 years ago
Changed version numbers
Ian Bicking
More...
almost 21 years ago
Fixed more incompatibility with Python 2.2: use string.find(), emulate sum() and enumerate() if they aren't available.
Oleg Broytman
More...
about 21 years ago
Fixed more incompatibility with Python 2.2: use string.find(), emulate sum() and enumerate() if they aren't available.
Oleg Broytman
More...
about 21 years ago
Fixed incompatibility with Python 2.2: used col.popKey() instead of kw.pop().
Oleg Broytman
More...
about 21 years ago
Fixed incompatibility with Python 2.2: used col.popKey() instead of kw.pop().
Oleg Broytman
More...
about 21 years ago
PickleCol now has a parameter pickleProtocol. Default is 1 (binary) for compatibility with Python 2.2.
Oleg Broytman
More...
about 21 years ago
PickleCol now has a parameter pickleProtocol. Default is 1 (binary) for compatibility with Python 2.2.
Oleg Broytman
More...
about 21 years ago
Added FloatValidator and a test for it.
Oleg Broytman
More...
about 21 years ago
Added FloatValidator and a test for it.
Oleg Broytman
More...
about 21 years ago
←
1
2
…
169
170
171
172
173
174
175
176
177
…
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