All Versions
27
Latest Version
Avg Release Cycle
19 days
Latest Release
2937 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.1.5 Changes
February 16, 2016- Respecting preserved word NULL
-
v0.1.4 Changes
February 16, 2016- Quoting SELECT statement aliases
- ๐ Supporting paths as SELECT statement aliases
-
v0.1.3 Changes
February 14, 2016- Being able to define OFFSET
- Made Ecto dependency optional
-
v0.1.2 Changes
February 09, 2016- Downcasing base table alias
-
v0.1.1 Changes
February 08, 2016- Being able to compose Ecto based queries using
Ecto.SqlDust
(w00t! ) - Being able to use resource names when composing queries
- โ Added
:adapter
option to determine the quotation mark (backtick for MySQL and double quote for Postgres) - Extracted
SqlDust.Query
toSqlDust.Utils.ComposeUtils
- ๐ Changed
%SqlDust.QueryDust{}
into%SqlDust{}
- Using Ecto v1.1.3
- Being able to compose Ecto based queries using
-
v0.1.0 Changes
February 06, 2016- โ Added ability for composable queries (thanks to Justin Workman for the request)
- ๐ Moved utility modules to
lib/sql_dust/utils
-
v0.0.1 Changes
February 04, 2016- ๐ Initial release