persistent-qq

Provides a quasi-quoter for raw SQL for persistent

https://github.com/yesodweb/persistent#readme

Version on this page:2.12.0.0
LTS Haskell 22.18:2.12.0.6
Stackage Nightly 2024-04-25:2.12.0.6
Latest on Hackage:2.12.0.6

See all snapshots persistent-qq appears in

MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:persistent-qq-2.12.0.0@sha256:6fb2af6f2bdaf083fa75b08dd76f6c39ea70825dd007b2402261d008b9349603,1554

Module documentation for 2.12.0.0

persistent-qq

Provides sqlQQ and executeQQ.

Changes

Changelog for persistent-qq

2.12.0.0

  • Decomposed HaskellName into ConstraintNameHS, EntityNameHS, FieldNameHS. Decomposed DBName into ConstraintNameDB, EntityNameDB, FieldNameDB respectively. #1174

2.9.2.1

  • Support persistent-2.11 in the test suite #1170

2.9.2

  • Add interpolation support for multirow VALUES syntax (*{rows}) #1111

2.9.1.1

  • Compatibility with latest persistent-template for test suite #1002

2.9.1

  • Added support for list of values in sqlQQ. #819

2.9.0

  • Initial release, code separated from persistent