| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -0/+4 |
* | slightly less lame version function | Mike Bayer | 2006-07-11 | 1 | -1/+3 |
* | sqlite detects version and disables CAST if version < 3.2.3 | Mike Bayer | 2006-07-11 | 1 | -0/+11 |
* | added workaround for funny pragma behavior on windows pysqlite | Mike Bayer | 2006-07-09 | 1 | -0/+4 |
* | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -0/+6 |
* | exceptions... | Mike Bayer | 2006-05-29 | 1 | -4/+1 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -47/+41 |
* | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
* | added explicit "convert date types to a string in bind params", since pysqlit... | Mike Bayer | 2006-03-23 | 1 | -0/+5 |
* | refactor to engine to have a separate SQLSession object. allows nested trans... | Mike Bayer | 2006-03-17 | 1 | -0/+3 |
* | sqlite likes OFFSET with LIMIT else its buggy | Mike Bayer | 2006-03-06 | 1 | -0/+2 |
* | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -1/+1 |
* | made SchemaEngine more prominent as the base of Table association | Mike Bayer | 2006-03-01 | 1 | -1/+3 |
* | Merge indexes [1047]:[1048] into trunk (for #6) | Jason Pellerin | 2006-02-26 | 1 | -1/+4 |
* | exceptions added | Mike Bayer | 2006-02-19 | 1 | -1/+2 |
* | added import for pysqlite1 | Mike Bayer | 2006-02-14 | 1 | -1/+4 |
* | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -2/+6 |
* | now lets do that properly | Mike Bayer | 2006-02-05 | 1 | -2/+2 |
* | error message if pysqlite2 couldnt be imported | Mike Bayer | 2006-02-05 | 1 | -0/+2 |
* | Rick Morrison's patch adding Smallint, Date, and Time support ! | Mike Bayer | 2006-02-04 | 1 | -4/+31 |
* | column arguments converted to integer | Mike Bayer | 2006-01-13 | 1 | -1/+1 |
* | sqlite/postgres reflection will properly add foreign keys | Mike Bayer | 2006-01-08 | 1 | -1/+1 |
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
* | remove debugging code | Mike Bayer | 2006-01-03 | 1 | -4/+1 |
* | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -1/+1 |
* | changed mysql TIMESTAMP->DATETIME | Mike Bayer | 2006-01-02 | 1 | -0/+3 |