]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-03-20  Mike Bayera few tweaks and the polymorph example can also use...
2006-03-19  Mike Bayerprint remove
2006-03-19  Mike Bayeradded size limit on test BLOB since mysql has a configu...
2006-03-19  Mike Bayergot dilbert to be properly modified....
2006-03-19  Mike Bayeradded distinct() function to column elements for "DISTI...
2006-03-19  Mike Bayergot rid of from "ids", using the From object itself...
2006-03-19  Mike Bayergot clause elements inside INSERTs going...
2006-03-18  Mike Bayerder + engine...
2006-03-18  Mike Bayergot oracle parenthesized rules for funcs back, fixed...
2006-03-18  Mike BayerPropertyLoader will not re-determine direction when...
2006-03-17  Mike Bayerrolled back the operationalerror catch...definitely...
2006-03-17  Mike Bayerput a try/finally to insure that SQLSession is cleaned...
2006-03-17  Mike Bayeroverhaul to SQLSession change from yesterday, needs...
2006-03-17  Mike Bayerattempting to catch OperationalErrors and invalidate...
2006-03-17  Mike Bayeradded invalidate() method to connectionfairy, allows...
2006-03-17  Mike Bayeridentified more issues with inheritance. mapper inheri...
2006-03-17  Mike Bayeran import ! eesh
2006-03-17  Mike Bayerremoved old function generation override, ANSI function...
2006-03-17  Mike Bayeredits...
2006-03-17  Mike Bayermaking the verbiage a little more formal...(its good...
2006-03-17  Mike Bayerfixed nasty transaction counting bug with new session...
2006-03-17  Mike Bayerrefactor to engine to have a separate SQLSession object...
2006-03-17  Mike Bayerfixes to function/property formatting
2006-03-17  Mike BayerSQLSession.....
2006-03-17  Mike Bayerfactored objectstore into two packages, one more public...
2006-03-16  Mike BayerJohn Dell'Aquila's patch which fixes [ticket:103] ...
2006-03-16  Mike Bayerexpanded and integrated qvx's patch for dotted function...
2006-03-16  Mike Bayerreorganized SingletonThreadPool to return distinct...
2006-03-16  Mike Bayeradded txt2myt.py to the genhtml/runhtml scripts, added...
2006-03-16  Mike BayerJ. Ellis' "Simple" ORM module...for Spyce ! (and other...
2006-03-15  Alexey ShamrinTutorial draft (not finished) and documentation framewo...
2006-03-14  Mike Bayeradded unique_connection() method to engine, connection...
2006-03-14  Mike Bayerfixed attributes bug where if an object is committed...
2006-03-14  Mike Bayerformatting...
2006-03-14  Mike Bayerremoved redundant is_dirty function
2006-03-13  Mike Bayermore notes, docs rel_0_1_4
2006-03-13  Mike Bayertweak
2006-03-13  Mike Bayeradded scalar subqueries within the column clause of...
2006-03-13  Alexey ShamrinFix docstring and exception message in selectone_by
2006-03-13  Alexey ShamrinMinor typo: encode and decode are methods.
2006-03-13  Alexey ShamrinFix typos, closing #89, #91, #92
2006-03-13  Mike Bayeradded selectfirst_by/selectone_by, selectone throws...
2006-03-13  Mike Bayertweak to get_direction, rolls back a comparison of...
2006-03-13  Mike Bayercaveat
2006-03-13  Mike Bayeroracle is requiring dictionary params to be in a clean...
2006-03-13  Mike Bayersmall tweak to select in order to fix [ticket:112]...
2006-03-13  Mike Bayertweak to mysql default test
2006-03-13  Mike Bayerrefactor to Compiled.get_params() to return new ClauseP...
2006-03-10  Mike Bayeradded expire() function + unit test fixes [ticket:95]
2006-03-10  Mike Bayerutf-8 encoding is switchable at the engine level, ticke...
2006-03-10  Mike Bayercommitted patch for MSDouble/tinyint from [ticket:106]
2006-03-10  Mike Bayeradded exception import
2006-03-10  Mike BayerHistoryArrayList checks internal list as a list or...
2006-03-09  Mike Bayeroverhaul to types system, decoupled base type and engin...
2006-03-09  Mike Bayerfixed assocaition example
2006-03-09  Mike Bayeradded 'noninherited table' prop to mapper indicating...
2006-03-08  Mike Bayera few tweaks to get table creates/reflection working
2006-03-08  Mike Bayertweak to engine param..
2006-03-08  Mike Bayeradded identity() method to mapper, to help get the...
2006-03-08  Mike Bayeradded check to relation that will see if the same table...
2006-03-08  Mike Bayerserious overhaul to get eager loads to work inline...
2006-03-08  Mike Bayertook erroneous 'count' off Alias
2006-03-07  Mike Bayertook excess visit_func out, handled by ansisql compiler
2006-03-07  Mike Bayercomment
2006-03-07  Mike Bayerbackref() func will also honor lazy=True/False
2006-03-07  Mike Bayeradded backref() function, allows the creation of a...
2006-03-06  Mike Bayerchecking in patch for column labels limit at 30 chars...
2006-03-06  Mike Bayerpatch on index create syntax to fix [ticket:90] so...
2006-03-06  Mike Bayerfixed bug in eager loading on a many-to-one [ticket...
2006-03-06  Mike Bayersqlite likes OFFSET with LIMIT else its buggy
2006-03-06  Mike Bayera mapper with inheritance will place itself as "depende...
2006-03-06  Mike Bayeradded new 'polymorphic' example. still trying to under...
2006-03-06  Mike Bayermore tweak to compoundselect parenthesizing/subquery...
2006-03-06  Mike Bayerselects within a compound clause dont get parenthesis...
2006-03-06  Mike Bayerdelete tables in an inheritance rel. requires them...
2006-03-05  Mike Bayeradded unittest for orm-persisted insert without a postf...
2006-03-05  Mike Bayergot mapper to receive the onupdates after updating...
2006-03-05  Mike Bayergot column onupdate working
2006-03-04  Mike Bayergot column defaults to be executeable
2006-03-04  Mike Bayeradded public-friendly setattr_clean and append_clean
2006-03-04  Mike Bayermoved name to 'defaults', going to put more default...
2006-03-04  Mike Bayermaking sequences, column defaults independently executeable
2006-03-04  Mike Bayerremoved the dependency of ANSICompiler on SQLEngine...
2006-03-04  Mike Bayerinitial table reflection support courtesy Andrija Zaric
2006-03-04  Mike Bayerchanged default "none" parameters to check positional...
2006-03-04  Mike Bayerfirebird module initial checkin
2006-03-04  Mike Bayermr. bangerts surprise paragraph rewrite demands strike...
2006-03-03  jeffrudimentary support for many-to-many relation. Still...
2006-03-03  Mike Bayeradded util.Logger object with configurable thread/times...
2006-03-02  Mike Bayerchanged ENGINE to TYPE, for mysql 4 compatibility
2006-03-02  Mike Bayerformatting
2006-03-02  Mike Bayerits release time rel_0_1_3
2006-03-02  Mike Bayeradded objectstore.refresh(), including supporting chang...
2006-03-02  Mike Bayerunicode
2006-03-02  Mike Bayermodule fix
2006-03-02  Mike Bayerengine argument on tables optional
2006-03-02  Mike Bayerengine property allows polymorphic access to get_engine...
2006-03-02  Mike Bayergot unicode to do None...
2006-03-01  Mike Bayermade SchemaEngine more prominent as the base of Table...
2006-03-01  Mike Bayerpostgres leaves parenthesis off functions only for...
next