| Commit message (Expand) | Author | Age | Files | Lines |
* | - Implemented generic CHAR_LENGTH for sqlite (-> LENGTH()) | Jason Kirtland | 2008-05-19 | 1 | -1/+2 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -2/+2 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -11/+11 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+2 |
* | - Invalid SQLite connection URLs now raise an error. | Jason Kirtland | 2008-02-23 | 1 | -0/+7 |
* | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 1 | -12/+43 |
* | - fixed reflection of Time columns on sqlite | Jason Kirtland | 2008-02-01 | 1 | -27/+29 |
* | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 1 | -1/+8 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -4/+8 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -16/+15 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | - sqlite SLDate type will not erroneously render "microseconds" portion | Mike Bayer | 2007-12-20 | 1 | -1/+4 |
* | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 1 | -0/+3 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -5/+2 |
* | added REAL to reflection list | Mike Bayer | 2007-10-31 | 1 | -0/+1 |
* | - sqlite will reflect "DECIMAL" as a numeric column | Mike Bayer | 2007-10-22 | 1 | -0/+1 |
* | Fixed empty (zero column) sqlite inserts, allowing inserts on | Jason Kirtland | 2007-10-19 | 1 | -0/+15 |
* | - added test coverage for unknown type reflection, fixed | Mike Bayer | 2007-10-18 | 1 | -3/+3 |
* | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 1 | -9/+20 |
* | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+2 |
* | add sqlite reserved words list | Ants Aasma | 2007-09-17 | 1 | -0/+9 |
* | 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 |