summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-5/+1
* dont put SERIAL on a column if it has a ForeignKeyMike Bayer2006-06-261-1/+1
* dbengine doc: no support for pg1Mike Bayer2006-06-031-2/+4
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-68/+66
* gambit's patch to add DISTINCT ONMike Bayer2006-05-021-0/+14
* fix for [ticket:169], moves the creation of "default" parameters more accuratelyMike Bayer2006-04-281-2/+2
* added patch for mxDateTime support, [ticket:5], courtesy jkakar@kakar.caMike Bayer2006-04-111-5/+22
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-1/+1
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+1
* got column onupdate workingMike Bayer2006-03-051-16/+0
* making sequences, column defaults independently executeableMike Bayer2006-03-041-2/+2
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-1/+1
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-2/+4
* postgres leaves parenthesis off functions only for no-argument ANSI functions...Mike Bayer2006-03-011-4/+17
* added schema support for postgres column defaults, fix for [ticket:88]Mike Bayer2006-03-011-1/+6
* added convert_unicode flag to engine + unittest, does unicode in/out translat...Mike Bayer2006-03-011-0/+1
* postgres wraps exec's in SQLError catchMike Bayer2006-02-261-1/+4
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-1/+1
* none check for pg1 date/time valuesMike Bayer2006-02-201-3/+12
* exceptions addedMike Bayer2006-02-191-7/+9
* postgres needs to explicitly pre-execute PassiveDefaults on primary key colum...Mike Bayer2006-02-181-4/+11
* fix to types test, postgres time types descend from Time typeMike Bayer2006-02-171-2/+2
* fix to string concatenation operator courtesy Marko MikulicicMike Bayer2006-02-141-0/+6
* cleanup and organization of code mostly in properties, making SyncRules clearer,Mike Bayer2006-02-121-1/+1
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-7/+15
* started PassiveDefault, which is a "database-side" default. mapper will goMike Bayer2006-02-051-1/+3
* Rick Morrison's patch adding Smallint, Date, and Time support !Mike Bayer2006-02-041-3/+46
* postgres checks for string/int port ID, converts to int for pg2 and string fo...Mike Bayer2006-01-221-0/+6
* fullname for table used when generating REFERENCESMike Bayer2006-01-161-1/+1
* tabs->spaces ! (also relies upon '2' being present in version id)Mike Bayer2006-01-101-10/+7
* r810@lightspeed: robert | 2006-01-10 11:49:18 +1100Robert Leftwich2006-01-101-4/+10
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* trying to get pg1 date type to work, unsuccessfulMike Bayer2006-01-031-5/+8
* rowid->oidMike Bayer2006-01-021-2/+2
* rowid_column becomes more like the "order by column". 'default_ordering' fla...Mike Bayer2006-01-011-11/+19
* postgres oids say byebye by default, putting hooks in for engines to determin...Mike Bayer2006-01-011-2/+14
* datetime introspection adjustmentMike Bayer2005-12-311-16/+6
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-13/+7
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-161-51/+28
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-0/+10
* primary_keys => primary_keyMike Bayer2005-12-041-4/+4
* Added float type to support real/double precision/float8/etc sql data types. ...Robert Leftwich2005-12-011-0/+9
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
* mysql somewhat presentMike Bayer2005-11-271-105/+7
* got round trip for multiple priamry keys to work with table create/reflection...Mike Bayer2005-11-261-2/+2
* broke out coltypes across psycopg1/2, placed TODO for ps1 date adjustmentMike Bayer2005-11-261-7/+31
* moving sqlite filename into named optionsMike Bayer2005-11-051-0/+10
* (no commit message)Mike Bayer2005-11-051-3/+0
* (no commit message)Mike Bayer2005-10-311-1/+1
* (no commit message)Mike Bayer2005-10-311-38/+58