issues
search
budu
/
lobos
A library to create and manipulate SQL database schemas with migrations support.
http://budu.github.com/lobos/
267
stars
56
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
unique index creation on 1.0.0-SNAPSHOT
#37
techwhizbang
closed
12 years ago
2
Got exception when rename column
#36
sunng87
closed
12 years ago
7
Set up continuous integration with travis-ci.org
#35
budu
closed
12 years ago
0
Add support for Derby backend
#34
budu
opened
12 years ago
0
Documentation/examples should also show how to create indexes and alter tables
#33
jsyrjala
closed
12 years ago
2
Find a way to create custom columns by supplying an SQL string.
#32
budu
opened
12 years ago
0
Change the compiler dispatch method to detect the backend using the analyzer.
#31
budu
opened
12 years ago
0
:auto-inc with Postgres creates a sequence, not a SERIAL field
#30
jsyrjala
closed
12 years ago
1
Columns are created in funny order when creating a table
#29
jsyrjala
closed
12 years ago
1
Readme should be more explicit how migration files must be named
#28
jsyrjala
closed
12 years ago
1
Migrations do not work in 1.0.0-SNAPSHOT
#27
jsyrjala
closed
12 years ago
5
Lobos does not find backend when using {:datasource xxx} type config
#26
jsyrjala
closed
12 years ago
3
java.lang.String cannot be cast to java.lang.Number
#25
ghost
closed
12 years ago
6
Revise abstract schema types keys.
#24
budu
opened
12 years ago
0
Rename DataType `dtype` key to name.
#23
budu
closed
12 years ago
0
Add lein-multi for testing against Clojure 1.2 as well.
#22
technomancy
closed
12 years ago
0
Documentation should cover setting up test DBs.
#21
technomancy
opened
12 years ago
1
Accept connection parameters as URL strings instead of maps.
#20
technomancy
opened
12 years ago
2
Use Slingshot to throw custom errors.
#19
budu
closed
12 years ago
0
Make the Schema record more fine-grained.
#18
budu
closed
12 years ago
0
Regenerate the docs
#17
daaku
closed
12 years ago
6
Clojure 1.3.0 compatibility (Clojure-Contrib dep removed)
#16
weavejester
closed
13 years ago
1
Add warning messages for migration commands
#15
budu
opened
13 years ago
0
There's no need to specify the structure of a table when dropping it and
#14
pupeno
closed
13 years ago
0
Fixed small typo.
#13
pupeno
closed
13 years ago
0
Columns are added in the reverse order
#12
pupeno
closed
13 years ago
0
Namespaces on the documentation
#11
pupeno
closed
13 years ago
2
exists?
#10
pupeno
closed
13 years ago
1
Fix for generating a drop schema statement with a cascade clause (always)
#9
mmwaikar
closed
13 years ago
1
Add error message for wrong/inexitant options
#8
budu
closed
12 years ago
0
Make the analyzer automatically load the required backend
#7
budu
closed
13 years ago
0
Add the `reset` migration command
#6
budu
closed
13 years ago
0
Make `migration/complement` produce less verbose results
#5
budu
closed
13 years ago
0
Executing run or rollback after running dump, throws an exception.
#4
mmwaikar
closed
13 years ago
2
Added simple migrations support.
#3
astine
closed
13 years ago
7
Load backends on demand.
#2
budu
closed
13 years ago
1
Actions should support the `with-connection` macro.
#1
budu
closed
13 years ago
0
Previous