]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-08-01  Jason KirtlandMake {include,exclude}_properties membership tests...
2007-08-01  Jason KirtlandTweak 'poolclass' default arg processing [ticket:437]
2007-08-01  Jason KirtlandAdded EXT_CONTINUE and EXT_STOP for MapperExtensions...
2007-08-01  Jason KirtlandLittle docstring tweaks
2007-08-01  Jason KirtlandExpanded docstring docs for pool hooks.
2007-08-01  Jason KirtlandIgnore __weakref__ methods. Not sure why they're bubbl...
2007-08-01  Jason KirtlandIt's now possible to map only a subset of available...
2007-08-01  Jason KirtlandRemoved trailing slash from sys.path manipulation ...
2007-08-01  Jason KirtlandTweak ([ticket:673])
2007-08-01  Jason KirtlandPromoted format_table_seq from mysql to ansisql. Forma...
2007-07-31  Jason KirtlandChanged __colset__ to __composite_values__ [ticket...
2007-07-31  Jason KirtlandAdjust ignore list for intro.
2007-07-31  Mike Bayer- commented out auto-rollback of attributes for now...
2007-07-31  Mike Bayerexec() has always made me a little queasy...
2007-07-31  Mike Bayerre-jiggered (yes, thats a technical term) DeprecationWa...
2007-07-31  Mike Bayer- assurances that context.connection is safe to use...
2007-07-31  Mike Bayertweaks
2007-07-31  Mike Bayerintro...
2007-07-31  Gaëtan de Menten - restored old assign_mapper monkey patched query...
2007-07-31  Jason KirtlandMetaData can now reflect() all tables in the database...
2007-07-30  Jonathan Ellislog-ify warnings module. get rid of one-per-customer...
2007-07-30  Jonathan Ellisadd warnings for deprecated methods and options
2007-07-30  Jonathan Ellislittle too happy with the copy/paste there
2007-07-30  Mike Bayercrank
2007-07-30  Mike Bayermore crankage....
2007-07-30  Mike Bayercrankin....
2007-07-30  Jonathan Ellistest for table_names
2007-07-30  Mike Bayerdocs in progress, new ORM tutorial
2007-07-30  Gaëtan de Mentenmore explicit doc
2007-07-30  Mike Bayerdoc reorganize; greater emphasis on overview (just...
2007-07-29  Mike Bayer- added Session constructor which turns autoflush/trans...
2007-07-29  Mike Bayer- removed import of old sqlite module [ticket:654]
2007-07-29  Jason KirtlandBig MySQL dialect update, mostly efficiency and style.
2007-07-29  Jason KirtlandFinish table_names.
2007-07-29  Jonathan Ellisadd table_names() for mysql. maybe it works.
2007-07-29  Jonathan Ellisr/m information_schema from pg
2007-07-29  Jonathan Ellisengine.table_names()
2007-07-29  Mike Bayerfixed 'column_literal' to 'literal_column' [ticket...
2007-07-29  Mike Bayerclearer error for ForeignKey cant locate parent table...
2007-07-29  Mike Bayerfixed pydoc bug in [ticket:564]
2007-07-29  Mike Bayer-fixed [ticket:555]
2007-07-29  Mike Bayer- removed auto_close_cursors and disallow_open_cursors...
2007-07-28  Jason KirtlandAdded pool hooks for connection creation, check out...
2007-07-28  Mike Bayerremove print
2007-07-28  Mike Bayer- trimming down redundancy in lazyloader code
2007-07-28  Jason KirtlandGot basic backrefs going with dynamic attributes
2007-07-27  Mike Bayer- an experimental feature that combines a Query with...
2007-07-27  Mike Bayerremoved LONG_STRING, LONG_BINARY from "binary" types...
2007-07-27  Jason KirtlandAdded some collections slicing tests that somehow escap...
2007-07-27  Jonathan Ellismention include_columns in docs; see #561
2007-07-27  Mike Bayeradded distinct positional dictionary arg to query.param...
2007-07-27  Jason KirtlandFix testing. Really.
2007-07-27  Jason KirtlandFix coverage again- try really hard not to load anythin...
2007-07-27  Mike Bayersome comments, pragma no cover on some deprecated query...
2007-07-27  Mike Bayer- clarified LoaderStrategy implementations, centralized...
2007-07-27  Mike Bayerfixed glitch in Select visit traversal, fixes #693
2007-07-27  Gaëtan de MentenFixed that old inconsistency (person VS employee) in...
2007-07-27  Mike Bayeradded an order by attempting to get buildbot 100%
2007-07-27  Mike Bayer- merged ants' derived attributes example from 0.4...
2007-07-27  Mike Bayermerging 0.4 branch to trunk. see CHANGES for details...
2007-07-26  Mike Bayer - added a check for joining from A->B using join...
2007-07-26  Rick Morrisonmssql: indexes are now quoted when dropping from reflec...
2007-07-26  Rick Morrisonmssql: added support for TIME type (simulated via DATET...
2007-07-22  Mike Bayeredits
2007-07-22  Mike Bayeredits
2007-07-20  Mike Bayerpostgres cant do this particular test b.c. the default... rel_0_3_10
2007-07-20  Mike Bayerhopefully resolved all the PG deadlocks occuring here
2007-07-20  Jason KirtlandMerged lower case caching, fetching from r2955
2007-07-20  Mike Bayerfurther adjustment to pool.get
2007-07-20  Mike Bayerassert timeout is 3 seconds, not 2
2007-07-20  Mike Bayer- a new mutex that was added in 0.3.9 causes the pool_t...
2007-07-19  Jason KirtlandMerged reference fixes from r2986
2007-07-19  Jason KirtlandBetter quoting of identifiers when manipulating schemas
2007-07-19  Mike Bayerinfo on db-specific types
2007-07-18  Mike Bayer- merged some more of the SessionTransaction connection...
2007-07-18  Mike Bayer - foreign key specs can have any chararcter in their...
2007-07-17  Paul JohnstonProperly escape table names when reflecting for mssql...
2007-07-17  Jason Kirtlandbind/connectable compat, allow .bind = None
2007-07-17  Jason KirtlandMinor cleanups.
2007-07-17  Jason KirtlandBe specfic when detecting "no table" exceptions.
2007-07-17  Jason Kirtland- Added basic schema reflection coverage to main tests
2007-07-17  Gaëtan de Menten- fixed max identifier length on postgres (63) [ticket...
2007-07-16  Mike Bayer- fixes for connection bound sessions, connection-bound...
2007-07-15  Mike Bayerfixes rel_0_3_9
2007-07-15  Mike Bayerfixes
2007-07-15  Mike Bayerspelling error
2007-07-15  Mike Bayer- fixed "ambiguous column" result detection, when dupe...
2007-07-15  Mike Bayerupdated interval type for [ticket:595]
2007-07-15  Mike Bayer- added friendlier error checking for query.get() with...
2007-07-15  Mike Bayerremoved prints
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayer- columns can be overridden in a reflected table with...
2007-07-15  Mike Bayer- fixed unicode conversion in Oracle TEXT type
2007-07-15  Mike Bayer- converts cx_oracle datetime objects to Python datetim...
2007-07-15  Mike Bayer- mod operator '%' produces MOD [ticket:624]
2007-07-15  Mike Bayer- more docs
2007-07-15  Mike Bayermore query methods, overhauliung docs for forwards...
2007-07-14  Mike Bayer- test module turns warnings into exceptions so they...
2007-07-14  Mike Bayer- improved ability to get the "correct" and most minima...
next