16
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 8 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added method to ConnectionHub objects to run code in a transaction More... over 20 years ago
Added method to ConnectionHub objects to run code in a transaction More... over 20 years ago
fixed createSQL to return an empty list if tableCreateSQLs is None More... over 20 years ago
fixed createSQL to return an empty list if tableCreateSQLs is None More... over 20 years ago
moved createSQL code from manager/command.py:CommandCreate to extend the constraints returned in dbconnection.py:createTableSQL More... over 20 years ago
moved createSQL code from manager/command.py:CommandCreate to extend the constraints returned in dbconnection.py:createTableSQL More... over 20 years ago
Missing import from Garrett Smith More... over 20 years ago
Missing import from Garrett Smith More... over 20 years ago
Updated News. More... over 20 years ago
Updated News. More... over 20 years ago
Adapted to psycopg2. More... over 20 years ago
Adapted to psycopg2. More... over 20 years ago
Fixed a number of bugs with JOIN syntax. Added a test. More... over 20 years ago
Fixed a number of bugs with JOIN syntax. Added a test. More... over 20 years ago
Applied a patch by Murat Ozsoyler <[email protected]>. More... over 20 years ago
Applied a patch by Murat Ozsoyler <[email protected]>. More... over 20 years ago
Little layout fix More... over 20 years ago
Little layout fix More... over 20 years ago
Removed trailing spaces. More... over 20 years ago
Removed trailing spaces. More... over 20 years ago
added blurb about createSQL option for sqlmeta data. More... over 20 years ago
added blurb about createSQL option for sqlmeta data. More... over 20 years ago
added some test examples for createSQL that are not yet enabled, but are a useful reference. More... over 20 years ago
added some test examples for createSQL that are not yet enabled, but are a useful reference. More... over 20 years ago
added an example of using createSQL More... over 20 years ago
added an example of using createSQL More... over 20 years ago
added code to CommandCreate that collects data from sqlmeta.createSQL and runs the queries after table creation. createSQL can be a string with a single SQL command, a list of SQL commands, or a dictionary with keys that are dbNames and a single SQL command string or a list of SQL commands as strings. More... over 20 years ago
added code to CommandCreate that collects data from sqlmeta.createSQL and runs the queries after table creation. createSQL can be a string with a single SQL command, a list of SQL commands, or a dictionary with keys that are dbNames and a single SQL command string or a list of SQL commands as strings. More... over 20 years ago
Fix up some docstrings for better reSTability More... over 20 years ago
Fix up some docstrings for better reSTability More... over 20 years ago