This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Releases: IssuuArchive/ppx_mysql
Releases · IssuuArchive/ppx_mysql
1.1.3
1.1.2
CHANGES:
- Fix the generated code to also emit
Stdlibinstead ofPervasives. This
means you needstdlib-shimsif you're building on OCaml <4.07.
1.1.1
CHANGES:
- Fix dune dependency
- Use
Stdlibinstead ofPervasivesfor forward-compatibility
1.1
CHANGES:
- Caching can be disabled on a per statement basis.
(Caching is enabled by default)
1.0
CHANGES:
- All statements are now cached
- First public release
0.5
CHANGES:
- Refactor code generation to eliminate internal use of exceptions
- Support custom types wrapped under modules
0.4
CHANGES:
- Support for lists of input parameters
- Add examples for Lwt and Async
0.3
CHANGES:
- More useful error messages
0.2
CHANGES:
- Minor refactoring of the API
- Creation of ppx_mysql_identity subpackage
0.1
CHANGES:
- Initial release