ahmetb / orman

lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
Other
249 stars 47 forks source link

Include USING clause on CREATE INDEX statements #1

Closed ahmetb closed 13 years ago

ahmetb commented 13 years ago

Create Index queries must provide option to use btree or hash index via annotation.

ahmetb commented 13 years ago

Implemented.