]>
git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Bayer [Tue, 27 Apr 2010 23:13:55 +0000 (19:13 -0400)]
we're making revision files....
Mike Bayer [Tue, 27 Apr 2010 22:25:04 +0000 (18:25 -0400)]
beginning to build the revision system
Mike Bayer [Tue, 27 Apr 2010 21:45:01 +0000 (17:45 -0400)]
cleanup for init function
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.
Mike Bayer [Sun, 25 Apr 2010 18:51:48 +0000 (14:51 -0400)]
util module
Mike Bayer [Sun, 25 Apr 2010 18:51:30 +0000 (14:51 -0400)]
command line stuff
Mike Bayer [Sun, 25 Apr 2010 15:26:02 +0000 (11:26 -0400)]
commands
Mike Bayer [Sun, 25 Apr 2010 13:32:53 +0000 (09:32 -0400)]
working on cmd line
Mike Bayer [Sun, 25 Apr 2010 03:51:21 +0000 (23:51 -0400)]
- figuring out script format
- figuring out operation system
Mike Bayer [Sat, 24 Apr 2010 21:41:46 +0000 (17:41 -0400)]
thinking about layout
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
Mike Bayer [Thu, 22 Apr 2010 22:46:42 +0000 (18:46 -0400)]
work in progress
Mike Bayer [Thu, 22 Apr 2010 21:50:15 +0000 (17:50 -0400)]
a sandwich setup.