| Commit message (Expand) | Author | Age | Files | Lines |
* | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -5/+1 |
* | dont put SERIAL on a column if it has a ForeignKey | Mike Bayer | 2006-06-26 | 1 | -1/+1 |
* | dbengine doc: no support for pg1 | Mike Bayer | 2006-06-03 | 1 | -2/+4 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -68/+66 |
* | gambit's patch to add DISTINCT ON | Mike Bayer | 2006-05-02 | 1 | -0/+14 |
* | fix for [ticket:169], moves the creation of "default" parameters more accurately | Mike Bayer | 2006-04-28 | 1 | -2/+2 |
* | added patch for mxDateTime support, [ticket:5], courtesy jkakar@kakar.ca | Mike Bayer | 2006-04-11 | 1 | -5/+22 |
* | 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 |
* | got column onupdate working | Mike Bayer | 2006-03-05 | 1 | -16/+0 |
* | making sequences, column defaults independently executeable | Mike Bayer | 2006-03-04 | 1 | -2/+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 | -2/+4 |
* | postgres leaves parenthesis off functions only for no-argument ANSI functions... | Mike Bayer | 2006-03-01 | 1 | -4/+17 |
* | added schema support for postgres column defaults, fix for [ticket:88] | Mike Bayer | 2006-03-01 | 1 | -1/+6 |
* | added convert_unicode flag to engine + unittest, does unicode in/out translat... | Mike Bayer | 2006-03-01 | 1 | -0/+1 |
* | postgres wraps exec's in SQLError catch | Mike Bayer | 2006-02-26 | 1 | -1/+4 |
* | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -1/+1 |
* | none check for pg1 date/time values | Mike Bayer | 2006-02-20 | 1 | -3/+12 |
* | exceptions added | Mike Bayer | 2006-02-19 | 1 | -7/+9 |
* | postgres needs to explicitly pre-execute PassiveDefaults on primary key colum... | Mike Bayer | 2006-02-18 | 1 | -4/+11 |
* | fix to types test, postgres time types descend from Time type | Mike Bayer | 2006-02-17 | 1 | -2/+2 |
* | fix to string concatenation operator courtesy Marko Mikulicic | Mike Bayer | 2006-02-14 | 1 | -0/+6 |
* | cleanup and organization of code mostly in properties, making SyncRules clearer, | Mike Bayer | 2006-02-12 | 1 | -1/+1 |
* | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -7/+15 |
* | started PassiveDefault, which is a "database-side" default. mapper will go | Mike Bayer | 2006-02-05 | 1 | -1/+3 |
* | Rick Morrison's patch adding Smallint, Date, and Time support ! | Mike Bayer | 2006-02-04 | 1 | -3/+46 |
* | postgres checks for string/int port ID, converts to int for pg2 and string fo... | Mike Bayer | 2006-01-22 | 1 | -0/+6 |
* | fullname for table used when generating REFERENCES | Mike Bayer | 2006-01-16 | 1 | -1/+1 |
* | tabs->spaces ! (also relies upon '2' being present in version id) | Mike Bayer | 2006-01-10 | 1 | -10/+7 |
* | r810@lightspeed: robert | 2006-01-10 11:49:18 +1100 | Robert Leftwich | 2006-01-10 | 1 | -4/+10 |
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
* | trying to get pg1 date type to work, unsuccessful | Mike Bayer | 2006-01-03 | 1 | -5/+8 |
* | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -2/+2 |
* | rowid_column becomes more like the "order by column". 'default_ordering' fla... | Mike Bayer | 2006-01-01 | 1 | -11/+19 |
* | postgres oids say byebye by default, putting hooks in for engines to determin... | Mike Bayer | 2006-01-01 | 1 | -2/+14 |
* | datetime introspection adjustment | Mike Bayer | 2005-12-31 | 1 | -16/+6 |
* | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -13/+7 |
* | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -51/+28 |
* | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -0/+10 |
* | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -4/+4 |
* | Added float type to support real/double precision/float8/etc sql data types. ... | Robert Leftwich | 2005-12-01 | 1 | -0/+9 |
* | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -1/+1 |
* | mysql somewhat present | Mike Bayer | 2005-11-27 | 1 | -105/+7 |
* | got round trip for multiple priamry keys to work with table create/reflection... | Mike Bayer | 2005-11-26 | 1 | -2/+2 |
* | broke out coltypes across psycopg1/2, placed TODO for ps1 date adjustment | Mike Bayer | 2005-11-26 | 1 | -7/+31 |
* | moving sqlite filename into named options | Mike Bayer | 2005-11-05 | 1 | -0/+10 |
* | (no commit message) | Mike Bayer | 2005-11-05 | 1 | -3/+0 |
* | (no commit message) | Mike Bayer | 2005-10-31 | 1 | -1/+1 |
* | (no commit message) | Mike Bayer | 2005-10-31 | 1 | -38/+58 |