| 2007-08-03 |
Jonathan Ellis | only one instance of while len(...) |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Jonathan Ellis | switch (simple) occurences of 'if len(x)' to 'if x... |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Jonathan Ellis | add comment, intermediate var for readability |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Jonathan Ellis | table_names shouldn't include system tables. (if user... |
commit | commitdiff | tree | snapshot |
| 2007-08-03 |
Jason Kirtland | - Dialects can be queried for the server version (sqlit... |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | docs |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | - fixed autoflush with count(), aggregates |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | - sessionmaker module is out, replaced with simple... |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | - added inline UPDATE/INSERT clauses, settable as regul... |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | added values() generative method to Insert/Update |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | replaced metaclass/__new__ insanity with a __call__() |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | - used a metaclass trick to get Session.bind / Session... |
commit | commitdiff | tree | snapshot |
| 2007-08-02 |
Mike Bayer | -merged 0.3 pool threadlocal fix from r3139 |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Mike Bayer | - SessionContext and assignmapper are deprecated |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Remove unused mxDateTime |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Don't set __name__ on py 2.3 |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | ThreadLocalMetaData ought not .dispose() a Connection |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Sort methods by __init__, name, __names__ |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Make {include,exclude}_properties membership tests... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Tweak 'poolclass' default arg processing [ticket:437] |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Added EXT_CONTINUE and EXT_STOP for MapperExtensions... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Little docstring tweaks |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Expanded docstring docs for pool hooks. |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Ignore __weakref__ methods. Not sure why they're bubbl... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | It's now possible to map only a subset of available... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Removed trailing slash from sys.path manipulation ... |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Tweak ([ticket:673]) |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Jason Kirtland | Promoted format_table_seq from mysql to ansisql. Forma... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Jason Kirtland | Changed __colset__ to __composite_values__ [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Jason Kirtland | Adjust ignore list for intro. |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | - commented out auto-rollback of attributes for now... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | exec() has always made me a little queasy... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | re-jiggered (yes, thats a technical term) DeprecationWa... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | - assurances that context.connection is safe to use... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | tweaks |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Mike Bayer | intro... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Gaëtan de Menten | - restored old assign_mapper monkey patched query... |
commit | commitdiff | tree | snapshot |
| 2007-07-31 |
Jason Kirtland | MetaData can now reflect() all tables in the database... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jonathan Ellis | log-ify warnings module. get rid of one-per-customer... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jonathan Ellis | add warnings for deprecated methods and options |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jonathan Ellis | little too happy with the copy/paste there |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Mike Bayer | crank |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Mike Bayer | more crankage.... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Mike Bayer | crankin.... |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Jonathan Ellis | test for table_names |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Mike Bayer | docs in progress, new ORM tutorial |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Gaëtan de Menten | more explicit doc |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Mike Bayer | doc reorganize; greater emphasis on overview (just... |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | - added Session constructor which turns autoflush/trans... |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | - removed import of old sqlite module [ticket:654] |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Jason Kirtland | Big MySQL dialect update, mostly efficiency and style. |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Jason Kirtland | Finish table_names. |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Jonathan Ellis | add table_names() for mysql. maybe it works. |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Jonathan Ellis | r/m information_schema from pg |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Jonathan Ellis | engine.table_names() |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | fixed 'column_literal' to 'literal_column' [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | clearer error for ForeignKey cant locate parent table... |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | fixed pydoc bug in [ticket:564] |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | -fixed [ticket:555] |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Mike Bayer | - removed auto_close_cursors and disallow_open_cursors... |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Jason Kirtland | Added pool hooks for connection creation, check out... |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Mike Bayer | remove print |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Mike Bayer | - trimming down redundancy in lazyloader code |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Jason Kirtland | Got basic backrefs going with dynamic attributes |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | - an experimental feature that combines a Query with... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | removed LONG_STRING, LONG_BINARY from "binary" types... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Jason Kirtland | Added some collections slicing tests that somehow escap... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Jonathan Ellis | mention include_columns in docs; see #561 |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | added distinct positional dictionary arg to query.param... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Jason Kirtland | Fix testing. Really. |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Jason Kirtland | Fix coverage again- try really hard not to load anythin... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | some comments, pragma no cover on some deprecated query... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | - clarified LoaderStrategy implementations, centralized... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | fixed glitch in Select visit traversal, fixes #693 |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Gaëtan de Menten | Fixed that old inconsistency (person VS employee) in... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | added an order by attempting to get buildbot 100% |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | - merged ants' derived attributes example from 0.4... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | merging 0.4 branch to trunk. see CHANGES for details... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - added a check for joining from A->B using join... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Rick Morrison | mssql: indexes are now quoted when dropping from reflec... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Rick Morrison | mssql: added support for TIME type (simulated via DATET... |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | postgres cant do this particular test b.c. the default... rel_0_3_10 |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | hopefully resolved all the PG deadlocks occuring here |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Jason Kirtland | Merged lower case caching, fetching from r2955 |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | further adjustment to pool.get |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | assert timeout is 3 seconds, not 2 |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | - a new mutex that was added in 0.3.9 causes the pool_t... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Merged reference fixes from r2986 |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Better quoting of identifiers when manipulating schemas |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | info on db-specific types |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - merged some more of the SessionTransaction connection... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - foreign key specs can have any chararcter in their... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Paul Johnston | Properly escape table names when reflecting for mssql... |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | bind/connectable compat, allow .bind = None |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | Minor cleanups. |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | Be specfic when detecting "no table" exceptions. |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Jason Kirtland | - Added basic schema reflection coverage to main tests |
commit | commitdiff | tree | snapshot |
| next |