v2.0.0-alpha7 Release
Pre-release
Pre-release
·
89 commits
to master
since this release
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