]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/log
thirdparty/sqlalchemy/alembic.git
14 years ago- use open()
Mike Bayer [Fri, 25 Feb 2011 21:07:38 +0000 (16:07 -0500)] 
- use open()
- fix list comprehension so we are using correct fk name (py3k picked it up for us ! )

14 years ago- migrate to ArgParse
Mike Bayer [Fri, 25 Feb 2011 20:53:29 +0000 (15:53 -0500)] 
- migrate to ArgParse
- long lines/whitespace
- fix "list_templates"
- will support py3k immediately

14 years agouse public foreign keys collection
Mike Bayer [Fri, 25 Feb 2011 18:18:03 +0000 (13:18 -0500)] 
use public foreign keys collection

14 years ago- clean up whitespace
Mike Bayer [Fri, 25 Feb 2011 18:00:54 +0000 (13:00 -0500)] 
- clean up whitespace
- can't import sqlalchemy.test anymore

15 years agothis doesnt apply anymore
Mike Bayer [Mon, 17 May 2010 17:44:01 +0000 (13:44 -0400)] 
this doesnt apply anymore

15 years agocreate table construct, does the "metadata" thing as well.
Mike Bayer [Sat, 1 May 2010 22:42:37 +0000 (18:42 -0400)] 
create table construct, does the "metadata" thing as well.

15 years agomanifest + sphinx setup
Mike Bayer [Sat, 1 May 2010 17:11:19 +0000 (13:11 -0400)] 
manifest + sphinx setup

15 years agosome sqlite round trip tests
Mike Bayer [Fri, 30 Apr 2010 22:24:55 +0000 (18:24 -0400)] 
some sqlite round trip tests

15 years ago- sqlite dialect
Mike Bayer [Fri, 30 Apr 2010 19:47:18 +0000 (15:47 -0400)] 
- sqlite dialect
- SQL text mode
- some methods to help with upcoming tests

15 years agoui
Mike Bayer [Fri, 30 Apr 2010 00:23:08 +0000 (20:23 -0400)] 
ui

15 years agomore commands, can display history + branchpoints
Mike Bayer [Thu, 29 Apr 2010 23:20:27 +0000 (19:20 -0400)] 
more commands, can display history + branchpoints

15 years agosome ui improvements
Mike Bayer [Thu, 29 Apr 2010 22:17:58 +0000 (18:17 -0400)] 
some ui improvements

15 years agoupgrade, downgrade motion
Mike Bayer [Thu, 29 Apr 2010 22:00:44 +0000 (18:00 -0400)] 
upgrade, downgrade motion

15 years agoupgrade path
Mike Bayer [Thu, 29 Apr 2010 20:56:17 +0000 (16:56 -0400)] 
upgrade path

15 years agothis actually ran something
Mike Bayer [Wed, 28 Apr 2010 22:54:10 +0000 (18:54 -0400)] 
this actually ran something

15 years agobeginning to lay out migration flow
Mike Bayer [Wed, 28 Apr 2010 21:47:01 +0000 (17:47 -0400)] 
beginning to lay out migration flow

15 years ago- pushed the whole command line options thing into a single main() function
Mike Bayer [Wed, 28 Apr 2010 19:47:51 +0000 (15:47 -0400)] 
- pushed the whole command line options thing into a single main() function
- command methods now accept a "config" plus positional + kw arguments,
for easy API calling
- main() provides context sensitive arguments and help for each command
using inspect.getargspec()

15 years ago- ok the time-based ids are going to suck with branching, so using
Mike Bayer [Wed, 28 Apr 2010 03:11:30 +0000 (23:11 -0400)] 
- ok the time-based ids are going to suck with branching, so using
truncated random uuids now.
- removed the id number from the upgrade()/downgrade() callables.

15 years ago- get the test environment to use the command line correctly
Mike Bayer [Wed, 28 Apr 2010 02:57:54 +0000 (22:57 -0400)] 
- get the test environment to use the command line correctly
- use time-based slightly random hex ids.
- probably going to remove the id from the upgrade/downgrade name, not
much point to it.

15 years agofull round of revision file tests
Mike Bayer [Wed, 28 Apr 2010 02:22:40 +0000 (22:22 -0400)] 
full round of revision file tests

15 years agotest revision environment setup
Mike Bayer [Wed, 28 Apr 2010 01:15:02 +0000 (21:15 -0400)] 
test revision environment setup

15 years agowe're making revision files....
Mike Bayer [Tue, 27 Apr 2010 23:13:55 +0000 (19:13 -0400)] 
we're making revision files....

15 years agobeginning to build the revision system
Mike Bayer [Tue, 27 Apr 2010 22:25:04 +0000 (18:25 -0400)] 
beginning to build the revision system

15 years agocleanup for init function
Mike Bayer [Tue, 27 Apr 2010 21:45:01 +0000 (17:45 -0400)] 
cleanup for init function

15 years agoillustrate the basic idea of add_xxx(strings), whereby Table/Column/Constraint objects
Mike Bayer [Mon, 26 Apr 2010 04:20:57 +0000 (00:20 -0400)] 
illustrate the basic idea of add_xxx(strings), whereby Table/Column/Constraint objects
are just generated in order to produce the DDL.   I'm not entirely
thrilled with this - would be nicer if we could get sqlalchemy.schema constructs
to generate with strings alone - but this would change their signatures.  so we're sort
of doing that here anyway.

15 years agoutil module
Mike Bayer [Sun, 25 Apr 2010 18:51:48 +0000 (14:51 -0400)] 
util module

15 years agocommand line stuff
Mike Bayer [Sun, 25 Apr 2010 18:51:30 +0000 (14:51 -0400)] 
command line stuff

15 years agocommands
Mike Bayer [Sun, 25 Apr 2010 15:26:02 +0000 (11:26 -0400)] 
commands

15 years agoworking on cmd line
Mike Bayer [Sun, 25 Apr 2010 13:32:53 +0000 (09:32 -0400)] 
working on cmd line

15 years ago- figuring out script format
Mike Bayer [Sun, 25 Apr 2010 03:51:21 +0000 (23:51 -0400)] 
- figuring out script format
- figuring out operation system

15 years agothinking about layout
Mike Bayer [Sat, 24 Apr 2010 21:41:46 +0000 (17:41 -0400)] 
thinking about layout

15 years ago- basic DDL methodology
Mike Bayer [Sat, 24 Apr 2010 14:57:38 +0000 (10:57 -0400)] 
- basic DDL methodology
- need some framework to abstract operations to DDL instructions,
as we can't assume the number of executions per operation

15 years agowork in progress
Mike Bayer [Thu, 22 Apr 2010 22:46:42 +0000 (18:46 -0400)] 
work in progress

15 years agoa sandwich setup.
Mike Bayer [Thu, 22 Apr 2010 21:50:15 +0000 (17:50 -0400)] 
a sandwich setup.