]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/log
thirdparty/sqlalchemy/alembic.git
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.