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
Low Activity
Commits
: Listings
Analyzed
5 days
ago. based on code collected
5 days
ago.
Mar 23, 2025 — Mar 23, 2026
Showing page 146 of 187
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Applied patch 1414091: Fix cache cleanup for new object creation.
Oleg Broytman
More...
about 20 years ago
Applied patch 1414091: Fix cache cleanup for new object creation.
Oleg Broytman
More...
about 20 years ago
Applied the patch 1407684: object initialization threading issue.
Oleg Broytman
More...
about 20 years ago
Applied the patch 1407684: object initialization threading issue.
Oleg Broytman
More...
about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems.
Ian Bicking
More...
about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems.
Ian Bicking
More...
about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems.
Ian Bicking
More...
about 20 years ago
Make sure that sqlmeta always gets set to an instance when a SQLObject instance is created; sometimes they would be left as the class which is common to all SQLObject/subclass instances. This could potentially have caused a lot of problems.
Ian Bicking
More...
about 20 years ago
Added a close option to .commit(), so you can close the transaction as you commit it
Ian Bicking
More...
about 20 years ago
Added a close option to .commit(), so you can close the transaction as you commit it
Ian Bicking
More...
about 20 years ago
Renamed test_selectBy_foreignKey.py to test_foreignKey.py. Added a test for addColumn().
Oleg Broytman
More...
about 20 years ago
Renamed test_selectBy_foreignKey.py to test_foreignKey.py. Added a test for addColumn().
Oleg Broytman
More...
about 20 years ago
Implemented addColumn() for SQLite. Added empty delColumn() for tests.
Oleg Broytman
More...
about 20 years ago
Implemented addColumn() for SQLite. Added empty delColumn() for tests.
Oleg Broytman
More...
about 20 years ago
Fixed problem with sqlite and threads; connections are no longer shared between threads for sqlite (except for :memory:)
Ian Bicking
More...
about 20 years ago
Fixed problem with sqlite and threads; connections are no longer shared between threads for sqlite (except for :memory:)
Ian Bicking
More...
about 20 years ago
Fixed problem with DecimalCol error message
Ian Bicking
More...
about 20 years ago
Fixed problem with DecimalCol error message
Ian Bicking
More...
about 20 years ago
Spell disabled properly
Ian Bicking
More...
about 20 years ago
Spell disabled properly
Ian Bicking
More...
about 20 years ago
A patch by Jan-Wijbrand Kolman <
[email protected]
> for ordering joins with NULLs.
Oleg Broytman
More...
about 20 years ago
A patch by Jan-Wijbrand Kolman <
[email protected]
> for ordering joins with NULLs.
Oleg Broytman
More...
about 20 years ago
Removed trailing spaces.
Oleg Broytman
More...
about 20 years ago
Removed trailing spaces.
Oleg Broytman
More...
about 20 years ago
Added WSGI middleware for configuring connections and running request in transaction
Ian Bicking
More...
about 20 years ago
Added WSGI middleware for configuring connections and running request in transaction
Ian Bicking
More...
about 20 years ago
Fixed the bug N 1344338: convert self.autoCommit from string to bool/int.
Oleg Broytman
More...
about 20 years ago
Fixed the bug N 1344338: convert self.autoCommit from string to bool/int.
Oleg Broytman
More...
about 20 years ago
Recommitted patches that I have erroneously committed to to the old repository.
Oleg Broytman
More...
about 20 years ago
Recommitted patches that I have erroneously committed to to the old repository.
Oleg Broytman
More...
about 20 years ago
←
1
2
…
142
143
144
145
146
147
148
149
150
…
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