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
about 18 hours
ago. based on code collected
about 21 hours
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 163 of 187
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a patch for PySQLite2 made by Kevin Dangoor <
[email protected]
> and a lot of tweaks for it.
Oleg Broytman
More...
over 20 years ago
Added a patch for PySQLite2 made by Kevin Dangoor <
[email protected]
> and a lot of tweaks for it.
Oleg Broytman
More...
over 20 years ago
Minor fix for Python 2.2: array.array is a function in 2.2, not a class.
Oleg Broytman
More...
over 20 years ago
Minor fix for Python 2.2: array.array is a function in 2.2, not a class.
Oleg Broytman
More...
over 20 years ago
Save the original value in BinaryValidator.fromPython() and return it in toPython().
Oleg Broytman
More...
over 20 years ago
Save the original value in BinaryValidator.fromPython() and return it in toPython().
Oleg Broytman
More...
over 20 years ago
Changed the concept of createValidator() - they have been renamed to createValidators(), and now they return a list of validators: the validator for the column and all validators from the parent classes. Added SQLValidator that inherits validators.All, but runs its validators in different order depending of whether it is convertin toPython or fromPython.
Oleg Broytman
More...
over 20 years ago
Changed the concept of createValidator() - they have been renamed to createValidators(), and now they return a list of validators: the validator for the column and all validators from the parent classes. Added SQLValidator that inherits validators.All, but runs its validators in different order depending of whether it is convertin toPython or fromPython.
Oleg Broytman
More...
over 20 years ago
Note failing upgrade script filename
Ian Bicking
More...
over 20 years ago
Note failing upgrade script filename
Ian Bicking
More...
over 20 years ago
Added a class method _notifyFinishClassCreation(). The method is used in InheritableSQLObject to propagate columns and joins from parent classes to children if it hasn't been done already. Added a test for that propagation.
Oleg Broytman
More...
over 20 years ago
Added a class method _notifyFinishClassCreation(). The method is used in InheritableSQLObject to propagate columns and joins from parent classes to children if it hasn't been done already. Added a test for that propagation.
Oleg Broytman
More...
over 20 years ago
Added SingleJoin. Thanks to michelts <
[email protected]
>.
Oleg Broytman
More...
over 20 years ago
Added SingleJoin. Thanks to michelts <
[email protected]
>.
Oleg Broytman
More...
over 20 years ago
Fixed cascade='null', which was cascading deletes, instead of setting columns to null
Ian Bicking
More...
almost 21 years ago
Fixed cascade='null', which was cascading deletes, instead of setting columns to null
Ian Bicking
More...
almost 21 years ago
Applied the patch https://sourceforge.net/tracker/index.php?func=detail&aid=1198775&group_id=74338&atid=540674 .
Oleg Broytman
More...
almost 21 years ago
Applied the patch https://sourceforge.net/tracker/index.php?func=detail&aid=1198775&group_id=74338&atid=540674 .
Oleg Broytman
More...
almost 21 years ago
Give a proper error message when using -f and paste.pyconfig cannot be found
Ian Bicking
More...
almost 21 years ago
Give a proper error message when using -f and paste.pyconfig cannot be found
Ian Bicking
More...
almost 21 years ago
Added --edit option to record, so you can immediately create an upgrade script
Ian Bicking
More...
almost 21 years ago
Added --edit option to record, so you can immediately create an upgrade script
Ian Bicking
More...
almost 21 years ago
Fixed typo
Ian Bicking
More...
almost 21 years ago
Fixed typo
Ian Bicking
More...
almost 21 years ago
Fixed typo
Ian Bicking
More...
almost 21 years ago
Fixed typo
Ian Bicking
More...
almost 21 years ago
Added some more tests of selectBy and stuff (that already passed anyway)
Ian Bicking
More...
almost 21 years ago
Added some more tests of selectBy and stuff (that already passed anyway)
Ian Bicking
More...
almost 21 years ago
New method to retrieve db description with rows
Ian Bicking
More...
almost 21 years ago
New method to retrieve db description with rows
Ian Bicking
More...
almost 21 years ago
←
1
2
…
159
160
161
162
163
164
165
166
167
…
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