Skip to content

v2.0.0-alpha7 Release

Pre-release
Pre-release

Choose a tag to compare

@cbornhoft cbornhoft released this 02 Oct 14:08
· 89 commits to master since this release
fdae108

This is a pre-release! Use at your own risk!

Features

  • Dots (.) and colons (:) can now be escaped with a backslash (\) to prevent a smart join on a statement! This is helpful if you don't want to disable smart joining entirely. In addition, Fluent will remove the backslashes for you before running the final query.

Miscellaneous

  • Added associated tests