Current section
Files
Jump to
Current section
Files
CHANGELOG.md
## SqlDust CHANGELOG
### Version 0.1.4 (February 16, 2016)
* Quoting SELECT statement aliases
* Supporting paths as SELECT statement aliases
### Version 0.1.3 (February 14, 2016)
* Being able to define OFFSET
* Made Ecto dependency optional
### Version 0.1.2 (February 9, 2016)
* Downcasing base table alias
### Version 0.1.1 (February 8, 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` to `SqlDust.Utils.ComposeUtils`
* Changed `%SqlDust.QueryDust{}` into `%SqlDust{}`
* Using Ecto v1.1.3
### Version 0.1.0 (February 6, 2016)
* Added ability for composable queries (thanks to [Justin Workman](https://github.com/xtagon) for the request)
* Moved utility modules to `lib/sql_dust/utils`
### Version 0.0.1 (February 4, 2016)
* Initial release