summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/information_schema.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-193/+0
* Modified information_schema change to keep it backwards compatible.Michael Trier2009-03-291-60/+180
* Corrected problem with information schema not working with binary collation o...Michael Trier2009-03-271-170/+60
* Merge branch 'collation'Michael Trier2008-12-231-0/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-16/+15
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-6/+6
* Removed DefaultDialect.ischema and information_schema's ISchema (which incide...Jason Kirtland2007-09-071-20/+0
* engine.table_names()Jonathan Ellis2007-07-291-0/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-5/+8
* Merged reference fixes from r2986Jason Kirtland2007-07-191-19/+13
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-0/+1
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-3/+3
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-221-0/+2
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-24/+32
* fixed bug where tables with schema name werent getting indexed in metadata co...Mike Bayer2006-06-061-9/+9
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-1/+6
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-28/+30
* merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a...Mike Bayer2006-04-031-0/+12
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-1/+1
* exceptions addedMike Bayer2006-02-191-1/+2
* modified query that uses JOIN keyword explicitly. a user gets much better pe...Mike Bayer2006-02-171-3/+1
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-1/+1
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-3/+8
* added ISchema object to engine/information_schema, provides somewhat generic ...Mike Bayer2006-02-041-0/+33
* sqlite/postgres reflection will properly add foreign keysMike Bayer2006-01-081-1/+2
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-0/+1
* mysql somewhat presentMike Bayer2005-11-271-0/+132