| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (no commit message) | Mike Bayer | 2005-10-30 | 1 | -3/+3 |
* | (no commit message) | Mike Bayer | 2005-10-30 | 1 | -8/+19 |
* | (no commit message) | Mike Bayer | 2005-10-30 | 1 | -16/+15 |
* | (no commit message) | Mike Bayer | 2005-10-29 | 1 | -33/+33 |
* | (no commit message) | Mike Bayer | 2005-10-29 | 1 | -5/+17 |
* | (no commit message) | Mike Bayer | 2005-10-29 | 1 | -2/+75 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -2/+2 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -1/+0 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -9/+38 |
* | sequences, oracle | Mike Bayer | 2005-10-23 | 1 | -13/+29 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -4/+8 |
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -0/+5 |