]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/log
thirdparty/sqlalchemy/sqlalchemy.git
19 years agofixed tree examples import scheme, tweak to properties import
Mike Bayer [Sat, 3 Dec 2005 06:18:55 +0000 (06:18 +0000)] 
fixed tree examples import scheme, tweak to properties import

19 years agorearranging mapper/objectstore into a subdirectory, breaking up files since they...
Mike Bayer [Sat, 3 Dec 2005 06:13:09 +0000 (06:13 +0000)] 
rearranging mapper/objectstore into a subdirectory, breaking up files since they are huge

19 years agomoved eagermapper creation up to insure theres no mapper conflicts when creating...
Mike Bayer [Sat, 3 Dec 2005 05:29:12 +0000 (05:29 +0000)] 
moved eagermapper creation up to insure theres no mapper conflicts when creating/saving

19 years agomany-to-many mechanism changed the ordering of the three queries involved
Mike Bayer [Sat, 3 Dec 2005 05:19:22 +0000 (05:19 +0000)] 
many-to-many mechanism changed the ordering of the three queries involved

19 years agoadded manytomany to alltests
Mike Bayer [Sat, 3 Dec 2005 05:16:25 +0000 (05:16 +0000)] 
added manytomany to alltests
name stuff in manytomany
columns test works against generic Types instead of ANSI-named types

19 years agoadded string-based URLS to create connections
Mike Bayer [Sat, 3 Dec 2005 05:12:56 +0000 (05:12 +0000)] 
added string-based URLS to create connections

19 years agoname change!
Mike Bayer [Sat, 3 Dec 2005 04:56:59 +0000 (04:56 +0000)] 
name change!

19 years agoadded a third "mapper" to a many-to-many relationship that becomes the dependency...
Mike Bayer [Sat, 3 Dec 2005 04:34:12 +0000 (04:34 +0000)] 
added a third "mapper" to a many-to-many relationship that becomes the dependency in the "middle", thus allowing circular many-to-many relationships
added testcase to the 'double' test suite (whose name will change...)
small fix to table.get_col_by_original
added **kwargs to EagerLazyOption so other property options can be sent through

19 years agoadded functionality to map columns to their aliased versions.
Mike Bayer [Fri, 2 Dec 2005 08:49:45 +0000 (08:49 +0000)] 
added functionality to map columns to their aliased versions.
added support for specifying an alias in a relation.
added a new relation flag 'selectalias' which causes eagerloader to use a local alias name for its target table, translating columns back to the original non-aliased name as result rows come in.

19 years agonew test to check a new eager loader feature that loads against aliased names
Mike Bayer [Fri, 2 Dec 2005 08:45:38 +0000 (08:45 +0000)] 
new test to check a new eager loader feature that loads against aliased names

19 years agoAdded float type to support real/double precision/float8/etc sql data types. Added...
Robert Leftwich [Thu, 1 Dec 2005 12:51:38 +0000 (12:51 +0000)] 
Added float type to support real/double precision/float8/etc sql data types. Added columns.py as unit test. Modified sqlite.py, postgres.py and mysql.py to use the new type where appropriate (note -Oracle is unchanged at present).

19 years agotable reflection will default to SLString. default filename added to be :memory:.
Mike Bayer [Thu, 1 Dec 2005 05:19:10 +0000 (05:19 +0000)] 
table reflection will default to SLString.  default filename added to be :memory:.

19 years agomore tweaks to import scheme
Mike Bayer [Wed, 30 Nov 2005 06:01:18 +0000 (06:01 +0000)] 
more tweaks to import scheme

19 years agoadjusted docs to account for import convention, proper sqlite calling convention
Mike Bayer [Wed, 30 Nov 2005 06:00:41 +0000 (06:00 +0000)] 
adjusted docs to account for import convention, proper sqlite calling convention

19 years agomigrated __ALL__ to __all__, oops, and reworked module
Mike Bayer [Wed, 30 Nov 2005 05:39:11 +0000 (05:39 +0000)] 
migrated __ALL__ to __all__, oops, and reworked module
import scheme

19 years agofix to result processing of date types
Mike Bayer [Tue, 29 Nov 2005 06:52:16 +0000 (06:52 +0000)] 
fix to result processing of date types

19 years agoadded group_by, having to select. added func.foo(a, b) keyword to express functions...
Mike Bayer [Tue, 29 Nov 2005 06:43:23 +0000 (06:43 +0000)] 
added group_by, having to select. added func.foo(a, b) keyword to express functions within column lists and criterion lists

19 years agostrips possible schema/table info from a column name returned in cursor metadata
Mike Bayer [Mon, 28 Nov 2005 05:11:53 +0000 (05:11 +0000)] 
strips possible schema/table info from a column name returned in cursor metadata

19 years agomysql default password
Mike Bayer [Mon, 28 Nov 2005 05:11:17 +0000 (05:11 +0000)] 
mysql default password

19 years ago(no commit message)
Mike Bayer [Sun, 27 Nov 2005 06:36:55 +0000 (06:36 +0000)] 

19 years agoadded mysql to module list
Mike Bayer [Sun, 27 Nov 2005 06:19:34 +0000 (06:19 +0000)] 
added mysql to module list

19 years agomysql engine comment..
Mike Bayer [Sun, 27 Nov 2005 05:44:20 +0000 (05:44 +0000)] 
mysql engine comment..

19 years agorowcount doesnt work on MySQL, so disabled concurrency check with mysql
Mike Bayer [Sun, 27 Nov 2005 05:32:13 +0000 (05:32 +0000)] 
rowcount doesnt work on MySQL, so disabled concurrency check with mysql

19 years agosome fixes to IN clauses, literal text clauses displaying text/numeric properly including
Mike Bayer [Sun, 27 Nov 2005 05:31:22 +0000 (05:31 +0000)] 
some fixes to IN clauses, literal text clauses displaying text/numeric properly including
longs

19 years agosome cleanup to tests, adjustments to support mysql quirks
Mike Bayer [Sun, 27 Nov 2005 05:29:56 +0000 (05:29 +0000)] 
some cleanup to tests, adjustments to support mysql quirks

19 years agomysql somewhat present
Mike Bayer [Sun, 27 Nov 2005 01:40:18 +0000 (01:40 +0000)] 
mysql somewhat present

19 years agosupports positional params for mysql - needs to be generalized
Mike Bayer [Sun, 27 Nov 2005 01:40:03 +0000 (01:40 +0000)] 
supports positional params for mysql - needs to be generalized

19 years agoAdded some error checking to the command line processing in testbase
Robert Leftwich [Sat, 26 Nov 2005 23:15:43 +0000 (23:15 +0000)] 
Added some error checking to the command line processing in testbase

19 years agogot round trip for multiple priamry keys to work with table create/reflection (postgr...
Mike Bayer [Sat, 26 Nov 2005 20:14:03 +0000 (20:14 +0000)] 
got round trip for multiple priamry keys to work with table create/reflection (postgres, sqlite)
small fix to ORM get with multiple primary keys

19 years agomore fixes to schema constructor, test suites not conflicting with each other
Mike Bayer [Sat, 26 Nov 2005 20:12:40 +0000 (20:12 +0000)] 
more fixes to schema constructor, test suites not conflicting with each other

19 years agocleaning up more with command-line args
Mike Bayer [Sat, 26 Nov 2005 19:54:32 +0000 (19:54 +0000)] 
cleaning up more with command-line args

19 years agorefactoring test to be more consistent, added multipk test to engine
Mike Bayer [Sat, 26 Nov 2005 19:26:30 +0000 (19:26 +0000)] 
refactoring test to be more consistent, added multipk test to engine

19 years ago**kwargs to table, column are checked, fixed propigation of foreignkey/sequence to...
Mike Bayer [Sat, 26 Nov 2005 18:05:57 +0000 (18:05 +0000)] 
**kwargs to table, column are checked, fixed propigation of foreignkey/sequence to copied columns

19 years agobroke out coltypes across psycopg1/2, placed TODO for ps1 date adjustment
Mike Bayer [Sat, 26 Nov 2005 01:38:00 +0000 (01:38 +0000)] 
broke out coltypes across psycopg1/2, placed TODO for ps1 date adjustment

19 years agoadded page title via attributes to each document
Mike Bayer [Sat, 26 Nov 2005 01:07:06 +0000 (01:07 +0000)] 
added page title via attributes to each document

19 years agofixes to "AS" on aliases, paramstyle default on ansisql
Mike Bayer [Mon, 21 Nov 2005 03:14:40 +0000 (03:14 +0000)] 
fixes to "AS" on aliases, paramstyle default on ansisql

19 years ago(no commit message)
Mike Bayer [Sat, 19 Nov 2005 05:29:13 +0000 (05:29 +0000)] 

19 years ago(no commit message)
Mike Bayer [Sat, 19 Nov 2005 02:30:13 +0000 (02:30 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 07:50:05 +0000 (07:50 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 06:50:19 +0000 (06:50 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 06:38:07 +0000 (06:38 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 04:40:06 +0000 (04:40 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 03:42:20 +0000 (03:42 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 02:45:19 +0000 (02:45 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 00:52:05 +0000 (00:52 +0000)] 

19 years ago(no commit message)
Mike Bayer [Fri, 18 Nov 2005 00:13:46 +0000 (00:13 +0000)] 

19 years ago(no commit message)
Mike Bayer [Thu, 17 Nov 2005 07:28:29 +0000 (07:28 +0000)] 

19 years ago(no commit message)
Mike Bayer [Thu, 17 Nov 2005 07:12:11 +0000 (07:12 +0000)] 

19 years agobrand new topological sort library. woop.
Mike Bayer [Thu, 17 Nov 2005 06:51:51 +0000 (06:51 +0000)] 
brand new topological sort library. woop.

19 years agobrand new topological sort library. woop.
Mike Bayer [Thu, 17 Nov 2005 06:06:14 +0000 (06:06 +0000)] 
brand new topological sort library. woop.

19 years agobrand new topological sort library. woop.
Mike Bayer [Thu, 17 Nov 2005 05:58:14 +0000 (05:58 +0000)] 
brand new topological sort library. woop.

19 years ago(no commit message)
Mike Bayer [Thu, 17 Nov 2005 05:33:15 +0000 (05:33 +0000)] 

19 years agoworkin out the lazy/eager thing
Mike Bayer [Thu, 17 Nov 2005 05:13:23 +0000 (05:13 +0000)] 
workin out the lazy/eager thing

19 years agoworkin out the lazy/eager thing
Mike Bayer [Thu, 17 Nov 2005 05:05:23 +0000 (05:05 +0000)] 
workin out the lazy/eager thing

19 years ago(no commit message)
Mike Bayer [Thu, 17 Nov 2005 04:46:21 +0000 (04:46 +0000)] 

19 years agoworkin out the lazy/eager thing
Mike Bayer [Thu, 17 Nov 2005 04:14:23 +0000 (04:14 +0000)] 
workin out the lazy/eager thing

19 years agobrand new topological sort library. woop.
Mike Bayer [Thu, 17 Nov 2005 03:16:51 +0000 (03:16 +0000)] 
brand new topological sort library. woop.

19 years agobrand new topological sort library. woop.
Mike Bayer [Thu, 17 Nov 2005 02:08:51 +0000 (02:08 +0000)] 
brand new topological sort library. woop.

19 years ago(no commit message)
Mike Bayer [Wed, 16 Nov 2005 03:13:37 +0000 (03:13 +0000)] 

19 years agoneeding to organize very clearly when attribute behavior is determined at the class
Mike Bayer [Wed, 16 Nov 2005 01:47:06 +0000 (01:47 +0000)] 
needing to organize very clearly when attribute behavior is determined at the class
level vs. the object instance level

19 years ago(no commit message)
Mike Bayer [Tue, 15 Nov 2005 08:13:07 +0000 (08:13 +0000)] 

19 years agoenhancements to lazyloader. now you can pickle objects with lazyload.
Mike Bayer [Tue, 15 Nov 2005 07:44:14 +0000 (07:44 +0000)] 
enhancements to lazyloader.  now you can pickle objects with lazyload.

19 years ago(no commit message)
Mike Bayer [Tue, 15 Nov 2005 06:46:31 +0000 (06:46 +0000)] 

19 years agoadded "live" option to lazyloader, makes it load from DB on every hit
Mike Bayer [Tue, 15 Nov 2005 06:08:51 +0000 (06:08 +0000)] 
added "live" option to lazyloader, makes it load from DB on every hit

19 years ago(no commit message)
Mike Bayer [Tue, 15 Nov 2005 05:33:30 +0000 (05:33 +0000)] 

19 years agoenhancements to lazyloader. now you can pickle objects with lazyload.
Mike Bayer [Tue, 15 Nov 2005 05:23:43 +0000 (05:23 +0000)] 
enhancements to lazyloader.  now you can pickle objects with lazyload.

19 years agolazyloader re-attaches lazy load upon new object create
Mike Bayer [Tue, 15 Nov 2005 05:21:48 +0000 (05:21 +0000)] 
lazyloader re-attaches lazy load upon new object create

19 years ago(no commit message)
Mike Bayer [Tue, 15 Nov 2005 05:17:21 +0000 (05:17 +0000)] 

19 years agoadded "live" option to lazyloader, makes it load from DB on every hit
Mike Bayer [Tue, 15 Nov 2005 05:04:20 +0000 (05:04 +0000)] 
added "live" option to lazyloader, makes it load from DB on every hit

19 years agotweak to lazy loading a right-direction
Mike Bayer [Tue, 15 Nov 2005 04:49:27 +0000 (04:49 +0000)] 
tweak to lazy loading a right-direction

19 years agoadded "live" option to lazyloader, makes it load from DB on every hit
Mike Bayer [Tue, 15 Nov 2005 04:42:41 +0000 (04:42 +0000)] 
added "live" option to lazyloader, makes it load from DB on every hit

19 years agolazyloader re-attaches lazy load upon new object create
Mike Bayer [Tue, 15 Nov 2005 04:31:48 +0000 (04:31 +0000)] 
lazyloader re-attaches lazy load upon new object create

19 years agotweak to lazy loading a right-direction
Mike Bayer [Tue, 15 Nov 2005 03:53:27 +0000 (03:53 +0000)] 
tweak to lazy loading a right-direction

19 years agonew attributes weren't propigating all arguments to the "create attribute history...
Mike Bayer [Tue, 15 Nov 2005 03:52:59 +0000 (03:52 +0000)] 
new attributes weren't propigating all arguments to the "create attribute history" callable, namely the "deleteremoved" argument

19 years agoadded "live" option to lazyloader, makes it load from DB on every hit
Mike Bayer [Tue, 15 Nov 2005 03:32:21 +0000 (03:32 +0000)] 
added "live" option to lazyloader, makes it load from DB on every hit

19 years agolazyloader re-attaches lazy load upon new object create
Mike Bayer [Tue, 15 Nov 2005 02:53:21 +0000 (02:53 +0000)] 
lazyloader re-attaches lazy load upon new object create

19 years agoadded "live" option to lazyloader, makes it load from DB on every hit
Mike Bayer [Tue, 15 Nov 2005 02:42:20 +0000 (02:42 +0000)] 
added "live" option to lazyloader, makes it load from DB on every hit

19 years agonew attributes weren't propigating all arguments to the "create attribute history...
Mike Bayer [Tue, 15 Nov 2005 02:11:59 +0000 (02:11 +0000)] 
new attributes weren't propigating all arguments to the "create attribute history" callable, namely the "deleteremoved" argument

19 years agoadded thingy to allow adding properties after mapper is contstructed
Mike Bayer [Mon, 14 Nov 2005 02:08:53 +0000 (02:08 +0000)] 
added thingy to allow adding properties after mapper is contstructed

19 years ago(no commit message)
Mike Bayer [Mon, 14 Nov 2005 01:10:25 +0000 (01:10 +0000)] 

19 years agoworking on lazyloading even before object is saved
Mike Bayer [Mon, 14 Nov 2005 00:10:38 +0000 (00:10 +0000)] 
working on lazyloading even before object is saved

19 years agoadded 'selectone' method
Mike Bayer [Sun, 13 Nov 2005 16:34:56 +0000 (16:34 +0000)] 
added 'selectone' method

19 years agonew calling style for sqlite engine
Mike Bayer [Sat, 12 Nov 2005 01:18:17 +0000 (01:18 +0000)] 
new calling style for sqlite engine

19 years ago(no commit message)
Mike Bayer [Fri, 11 Nov 2005 03:16:53 +0000 (03:16 +0000)] 

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 06:58:27 +0000 (06:58 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 06:32:27 +0000 (06:32 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 05:25:27 +0000 (05:25 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 05:11:27 +0000 (05:11 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 03:33:27 +0000 (03:33 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 02:38:27 +0000 (02:38 +0000)] 
docstring maintenance

19 years agodocstring maintenance
Mike Bayer [Thu, 10 Nov 2005 02:15:27 +0000 (02:15 +0000)] 
docstring maintenance

19 years ago(no commit message)
Mike Bayer [Wed, 9 Nov 2005 05:06:17 +0000 (05:06 +0000)] 

19 years ago(no commit message)
Mike Bayer [Wed, 9 Nov 2005 03:13:17 +0000 (03:13 +0000)] 

19 years agotype tweak
Mike Bayer [Sun, 6 Nov 2005 21:20:44 +0000 (21:20 +0000)] 
type tweak

19 years agosqlite cant share among threads ! hence a new pool class.
Mike Bayer [Sun, 6 Nov 2005 20:17:13 +0000 (20:17 +0000)] 
sqlite cant share among threads ! hence a new pool class.

19 years agomoving sqlite filename into named options
Mike Bayer [Sat, 5 Nov 2005 21:38:05 +0000 (21:38 +0000)] 
moving sqlite filename into named options

19 years ago(no commit message)
Mike Bayer [Sat, 5 Nov 2005 20:12:10 +0000 (20:12 +0000)] 

19 years ago(no commit message)
Mike Bayer [Sat, 5 Nov 2005 07:31:27 +0000 (07:31 +0000)] 

19 years ago(no commit message)
Mike Bayer [Sat, 5 Nov 2005 06:45:07 +0000 (06:45 +0000)] 

19 years ago(no commit message)
Mike Bayer [Sat, 5 Nov 2005 06:37:12 +0000 (06:37 +0000)]