- Documentation updates #515
- Workaround for side-exiting transformers in
runSqlConn#516
- PersistField instance for Natural
- better oracle support in odbc
- Add liftSqlPersistMPool function
- Migration failure message with context
- Fix insertKey for composite keys
- Add a
RawSqlinstance forKey. This allows selecting primary keys using functions likerawSql. #407 - SqlBackend support for an optimized
insertMany
Important! If persistent-template is not upgraded to 2.1.3.3
you might need to make sure Int64 is in scope for your model declarations.
- add showMigration function
- explicitly use Int64 for foreign key references
Add dbIdColumnsEsc to Sql.Utils.
Used in persistent-postgresql 2.1.5.2
- Fix getBy with a primary key. #342
- Break self-referencing cycles in the entity declarations
- Error with
Doubles without a decimal part #378 runSqlPooldoes not perform timeout checks.
- One extra feature for #939: use
logDebugNinstead
- Better SQL logging Yesod issue #939
Parse UTCTime in 8601 format #339
Support for monad-control 1.0