eaigner

Results 21 issues of eaigner

added ivars to support the 32bit runtime

Implementing the migration system changed the dialect interface radically. Most methods have been ported from the postgres dialect, but sqlite3 only supports a subset of `ALTER TABLE`, so some methods...

help-wanted

Cache models based on table name

enhancement

Generating the ModelIndex instances is not necessary every time.

enhancement

Rollback doesn't seem to behave correctly sometimes, investigate!

The ` character cannot be used in templates at the moment.

enhancement
cosmetic

Upacking to a struct like this ``` type Result struct { *TypeB Name string } ``` Results in a reflection error

bug

Upon closer inspection I noticed that all logging calls are synchronous and blocking. This is very VERY dangerous, as it almost timed out our entire production system. Log calls should...