All Versions
27
Latest Version
Avg Release Cycle
19 days
Latest Release
2564 days ago

Changelog History
Page 1

  • v0.3.10 Changes

    April 12, 2017
    • ๐Ÿ‘Œ Improved query generation performance (thanks to @art4ride and @nulian)
  • v0.3.9 Changes

    January 31, 2017
    • Ignore empty WHERE statements
    • ๐Ÿ‘ Allow Ecto 2
  • v0.3.8 Changes

    November 22, 2016
    • ๐Ÿ– Handle columns ending with integers properly (e.q. users.address1) (thanks @Wijnand)
  • v0.3.7 Changes

    November 21, 2016
    • ๐Ÿ– Handle columns starting with integers properly (e.q. users.1st_address) (thanks @danielwillemse)
  • v0.3.6 Changes

    October 12, 2016
    • Being able to tackle extreme naming of tables and columns (e.g. this is some.weird.table_name) (thanks @nulian)
  • v0.3.5 Changes

    July 28, 2016
    • ๐ŸŽ No longer appending items to a list using List.insert_at(-1, ...) because that has a high performance impact (thanks @nulian)
  • v0.3.4 Changes

    May 24, 2016
    • ๐Ÿ‘Œ Supporting specifying to ensure unique base records when composing queries
    • โž• Added option :unique which instructs SqlDust to ensure always getting unique base records when encountering collection joins
  • v0.3.3 Changes

    May 11, 2016
    • โž• Add quoting to table names so queries wont break because of reserved words
  • v0.3.2 Changes

    March 22, 2016
    • โž• Adding deep merge for nil and false values
  • v0.3.1 Changes

    March 14, 2016
    • โž• Adding word boundaries when numerizing word patterns