| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | factoring out mysql's rowid stuff since its down in the base engine class now | Mike Bayer | 2006-01-01 | 1 | -0/+3 |
* | added a hook in for 'binary operator', so sqlite can exchange | Mike Bayer | 2005-12-31 | 1 | -1/+5 |
* | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
* | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -2/+1 |
* | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -2/+3 |
* | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -0/+10 |
* | fallback on importing pysqlite2 | Mike Bayer | 2005-12-06 | 1 | -1/+4 |
* | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -3/+3 |
* | Added float type to support real/double precision/float8/etc sql data types. ... | Robert Leftwich | 2005-12-01 | 1 | -0/+2 |
* | table reflection will default to SLString. default filename added to be :mem... | Mike Bayer | 2005-12-01 | 1 | -2/+2 |
* | fix to result processing of date types | Mike Bayer | 2005-11-29 | 1 | -2/+8 |
* | mysql somewhat present | Mike Bayer | 2005-11-27 | 1 | -15/+8 |
* | got round trip for multiple priamry keys to work with table create/reflection... | Mike Bayer | 2005-11-26 | 1 | -3/+53 |
* | (no commit message) | Mike Bayer | 2005-11-16 | 1 | -0/+7 |
* | sqlite cant share among threads ! hence a new pool class. | Mike Bayer | 2005-11-06 | 1 | -0/+1 |
* | moving sqlite filename into named options | Mike Bayer | 2005-11-05 | 1 | -5/+12 |
* | (no commit message) | Mike Bayer | 2005-11-05 | 1 | -2/+3 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -2/+2 |
* | postgres kickin my ass w00p | Mike Bayer | 2005-10-21 | 1 | -5/+5 |
* | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -4/+2 |
* | (no commit message) | Mike Bayer | 2005-09-24 | 1 | -9/+10 |
* | (no commit message) | Mike Bayer | 2005-09-22 | 1 | -1/+1 |
* | more work on the types... | Mike Bayer | 2005-09-22 | 1 | -18/+8 |