Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Latest commit

 

History

History
76 lines (54 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

76 lines (54 loc) · 5.03 KB

Change Log

0.3.0 (2016-06-16)

Full Changelog

Fixed bugs:

  • Can't use and method twice after where #38
  • Support DEFAULT #28
  • Support AUTOINCREMENT #25
  • Implement chainable AND clause #40 (alexfu)

Closed issues:

  • Add a CHANGELOG #45
  • Add information about licensing #37
  • Add argument checks and fail early #9

Merged pull requests:

0.2.0 (2015-07-25)

Full Changelog

Fixed bugs:

  • Cannot call limit after where #23

Closed issues:

  • Add checkstyle #26
  • Add "TEMP/TEMPORARY" to CREATE TABLE statement #12

Merged pull requests:

0.1.1 (2015-06-27)

Full Changelog

0.1.0 (2015-06-17)

Closed issues:

  • Support for other Join operators #14
  • Add create builder #13
  • Add "IF NOT EXISTS" condition to CREATE TABLE statement #10
  • Use AssertJ for assertions #6
  • Add project to TravisCI #5
  • Add Jacoco plugin for code coverage reporting #4
  • Improve statement string builder #2
  • Support CREATE statements #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator