| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed SQLite reflection methods so that non-presentrel_0_4 | Mike Bayer | 2009-03-17 | 1 | -5/+10 |
* | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
* | - Supplied a custom strftime() function which | Mike Bayer | 2008-09-19 | 1 | -3/+3 |
* | - add SLFloat type, which matches the SQLite REAL | Mike Bayer | 2008-07-02 | 1 | -1/+14 |
* | - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ... | Mike Bayer | 2008-06-27 | 1 | -3/+10 |
* | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -123/+232 |
* | - changed 'desired_columns' argument to 'include_columns' | Mike Bayer | 2007-07-26 | 1 | -2/+2 |
* | - ANSICompiler now uses its own traversal when compiling, returning a composed | Mike Bayer | 2007-07-26 | 1 | -2/+2 |
* | "You can also specify a list or set of column names to autoload, if you only ... | Jonathan Ellis | 2007-07-26 | 1 | -1/+3 |
* | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 1 | -2/+2 |
* | Better quoting of identifiers when manipulating schemas. | Jason Kirtland | 2007-07-19 | 1 | -1/+2 |
* | - all "type" keyword arguments, such as those to bindparam(), column(), | Mike Bayer | 2007-07-19 | 1 | -6/+0 |
* | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 1 | -3/+3 |
* | - merged trunk r2880-r2901 (slightly manually for 2900-2901) | Mike Bayer | 2007-07-14 | 1 | -1/+1 |
* | - added NullType to export list | Mike Bayer | 2007-07-03 | 1 | -0/+1 |
* | - standardized the behavior for table reflection where types can't be located; | Mike Bayer | 2007-07-02 | 1 | -1/+6 |
* | - merge of generative_sql branch | Mike Bayer | 2007-06-24 | 1 | -5/+5 |
* | - merged trunk r2730-r2755 | Mike Bayer | 2007-06-20 | 1 | -6/+15 |
* | - merged last_inserted_ids() fix from trunk [changeset:2743] | Mike Bayer | 2007-06-17 | 1 | -2/+2 |
* | - result sets from CRUD operations close their underlying cursor immediately. | Mike Bayer | 2007-06-14 | 1 | -0/+3 |
* | merge 2684-2686 from trunk | Jonathan Ellis | 2007-06-12 | 1 | -3/+3 |
* | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-11 | 1 | -1/+1 |
* | - 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 |