| Commit message (Expand) | Author | Age | Files | Lines |
* | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -19/+12 |
* | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -2/+15 |
* | new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc. | Mike Bayer | 2006-06-27 | 1 | -20/+135 |
* | fixed bug when specifying explicit module to mysql dialect | Mike Bayer | 2006-06-23 | 1 | -0/+2 |
* | added *extra to mysql string type to consume extra unsupported arguments from... | Mike Bayer | 2006-06-22 | 1 | -0/+2 |
* | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -1/+9 |
* | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -4/+9 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -47/+40 |
* | *another* big types change....the old way was still wrong...this way is bette... | Mike Bayer | 2006-04-29 | 1 | -1/+5 |
* | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
* | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
* | committed patch for MSDouble/tinyint from [ticket:106] | Mike Bayer | 2006-03-10 | 1 | -1/+19 |
* | took excess visit_func out, handled by ansisql compiler | Mike Bayer | 2006-03-07 | 1 | -6/+0 |
* | removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo... | Mike Bayer | 2006-03-04 | 1 | -1/+1 |
* | changed ENGINE to TYPE, for mysql 4 compatibility | Mike Bayer | 2006-03-02 | 1 | -1/+1 |
* | Modified mysql to not add AUTOINCREMENT to the first integer primary key if i... | Robert Leftwich | 2006-03-01 | 1 | -1/+1 |
* | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -17/+5 |
* | added indexes to schema/ansisql/engine | Mike Bayer | 2006-02-18 | 1 | -1/+15 |
* | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -2/+12 |
* | foreign key reflection !!!!! | Mike Bayer | 2006-02-06 | 1 | -1/+41 |
* | table supports per-engine-type options, ansisql allows engines | Mike Bayer | 2006-02-05 | 1 | -4/+12 |
* | writes foreign keys as individual FOREIGN KEY objects, syntax seems to work b... | Mike Bayer | 2006-02-05 | 1 | -1/+1 |
* | Rick Morrison's patch adding Smallint, Date, and Time support ! | Mike Bayer | 2006-02-04 | 1 | -0/+15 |
* | mysql table introspection uses 'describe' to work with 3/4/5 | Mike Bayer | 2006-01-13 | 1 | -1/+23 |
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
* | type objects pass engine around to get a hold of DBAPI type objects | Mike Bayer | 2006-01-03 | 1 | -1/+8 |
* | changed mysql TIMESTAMP->DATETIME | Mike Bayer | 2006-01-02 | 1 | -1/+1 |
* | factoring out mysql's rowid stuff since its down in the base engine class now | Mike Bayer | 2006-01-01 | 1 | -19/+1 |
* | 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 | -5/+8 |
* | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -1/+10 |
* | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -2/+2 |
* | Added float type to support real/double precision/float8/etc sql data types. ... | Robert Leftwich | 2005-12-01 | 1 | -0/+5 |
* | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -1/+1 |
* | rowcount doesnt work on MySQL, so disabled concurrency check with mysql | Mike Bayer | 2005-11-27 | 1 | -14/+17 |
* | mysql somewhat present | Mike Bayer | 2005-11-27 | 1 | -0/+186 |