| Commit message (Expand) | Author | Age | Files | Lines |
* | Housekeeping. | Jason Kirtland | 2007-08-22 | 1 | -14/+11 |
* | For sqlite NUMERIC, send Decimal bind values as strings instead of converting... | Jason Kirtland | 2007-08-22 | 1 | -0/+9 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -6/+2 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -23/+18 |
* | added support for string date passthru in sqlite | Mike Bayer | 2007-08-16 | 1 | -1/+4 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -31/+43 |
* | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 1 | -1/+3 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
* | - Dialects can be queried for the server version (sqlite and mysql only with ... | Jason Kirtland | 2007-08-03 | 1 | -0/+3 |
* | - removed import of old sqlite module [ticket:654] | Mike Bayer | 2007-07-29 | 1 | -6/+1 |
* | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+4 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -19/+22 |
* | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -1/+2 |
* | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 1 | -3/+3 |
* | rearrange sqlite dialect initialization to be able to warn about pysqlite1 be... | Ants Aasma | 2007-07-14 | 1 | -1/+1 |
* | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -1/+3 |
* | - sqlite better handles datetime/date/time objects mixed and matched | Mike Bayer | 2007-06-17 | 1 | -6/+15 |
* | include current versions in warning messages. simplify sqlite_ver test; if a... | Jonathan Ellis | 2007-06-01 | 1 | -3/+3 |
* | - converted logger.warn() to warnings.warn() | Mike Bayer | 2007-04-21 | 1 | -2/+9 |
* | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 1 | -1/+10 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -13/+15 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -0/+3 |
* | - some cleanup of reflection unit tests | Mike Bayer | 2007-04-04 | 1 | -3/+0 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -33/+27 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -16/+41 |
* | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -1/+1 |
* | tweak to support reflecting eqlite columns that didnt specify a type | Mike Bayer | 2007-01-06 | 1 | -2/+6 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -1/+4 |
* | removed useless line | Mike Bayer | 2006-12-03 | 1 | -1/+0 |
* | further fixes to sqlite booleans, weren't working as defaults | Mike Bayer | 2006-10-29 | 1 | -0/+2 |
* | fix for sqlite refection of names with weird quotes around them in the DDL wh... | Mike Bayer | 2006-10-19 | 1 | -1/+4 |
* | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -0/+9 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -4/+3 |
* | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 1 | -3/+0 |
* | - fixes to Date/Time (SLDate/SLTime) types; works as good as postgres | Mike Bayer | 2006-10-12 | 1 | -4/+5 |
* | - added test suite to test improved from_obj/join behavior with Query/eagerlo... | Mike Bayer | 2006-09-28 | 1 | -0/+2 |
* | sqlite doesnt support FOR UPDATE | Mike Bayer | 2006-09-11 | 1 | -0/+4 |
* | - import of py2.5s sqlite3 [ticket:293] | Mike Bayer | 2006-09-04 | 1 | -4/+7 |
* | sqlite dialects can be created without pysqlite installed | Mike Bayer | 2006-08-21 | 1 | -3/+1 |
* | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -3/+3 |
* | some fixes to sqlite datetime organization, was improperly reflecting | Mike Bayer | 2006-08-12 | 1 | -5/+7 |
* | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -3/+9 |
* | oops: committed the rest of [changeset:1759], removed print in sqlite + rest... | Mike Bayer | 2006-08-03 | 1 | -1/+1 |
* | - better check for ambiguous join conditions in sql.Join; propigates to a | Mike Bayer | 2006-08-03 | 1 | -3/+17 |
* | fix for when default is zero | Jonathan Ellis | 2006-07-31 | 1 | -1/+1 |
* | PassiveDefault('?') for autoloaded sqlite defaults | Jonathan Ellis | 2006-07-27 | 1 | -3/+7 |
* | [ticket:256] propigating url.query arguments to connect() function for all db's | Mike Bayer | 2006-07-25 | 1 | -1/+1 |
* | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -28/+11 |