All Versions
27
Latest Version
Avg Release Cycle
19 days
Latest Release
2713 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.0 Changes
March 13, 2016- Returning corresponding variable keys within resulting tuple (only when having passed options[:variables] of course)
-
v0.2.2 Changes
March 13, 2016- Being able to use variables containing nested maps (e.g. "<>")
-
v0.2.1 Changes
March 11, 2016- โ Added #variables/1 and #variables/2 for use when composing queries
- Also quoting column names
-
v0.2.0 Changes
March 11, 2016- Replaced
macro
withcardinality
- Returning a tuple containing SQL along with values (for tackling SQL injection)
- Correctly taking SQL injection measurements when composing queries
- Replaced
-
v0.1.11 Changes
March 10, 2016- Being able to specify additional join conditions using :join_on / #join_on
- Being able to specify additional join conditions within the schema
-
v0.1.10 Changes
March 10, 2016- Corrected has_one join specification
-
v0.1.9 Changes
March 09, 2016- Being able to override the table name of an association
-
v0.1.8 Changes
March 09, 2016- ๐ Fixed missing :offset statement when specifying during query composing
-
v0.1.7 Changes
March 04, 2016- Tackled error when having
''
within WHERE statements (thanks @nulian) - ๐ Supporting has_one associations
- Tackled error when having
-
v0.1.6 Changes
February 29, 2016- Respecting booleans