Skip to content

Releases: mk3008/SqModel

0.7.5

20 Oct 01:18
31d746e
Compare
Choose a tag to compare

What's Changed

  • Enabled to specify any comparison operator. by @mk3008 in #112

Full Changelog: 0.7.4...0.7.5

0.7.4

19 Oct 06:26
8474bde
Compare
Choose a tag to compare

What's Changed

  • I stopped using subqueries when there is no From clause. by @mk3008 in #108
  • version 0.7.4 by @mk3008 in #110

Full Changelog: 0.7.3...0.7.4

0.7.3

19 Oct 02:46
35f4077
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

10 Oct 14:07
cfe4271
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

08 Oct 06:35
9d330bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7...0.7.1

0.7

08 Oct 06:05
fb2982d
Compare
Choose a tag to compare
0.7

What's Changed

  • Implement a simple ORM by @mk3008 in #91
  • Version number and other documentation updates. by @mk3008 in #93

Full Changelog: 0.6.1...0.7

0.6.1

30 Sep 11:14
0f3d710
Compare
Choose a tag to compare

What's Changed

  • 70 indentation support for order clause by @mk3008 in #87
  • 86 indentation support for group clause by @mk3008 in #87
  • Update version number by @mk3008 in #89

Full Changelog: 0.6...0.6.1

0.6

24 Sep 03:16
d9c86ad
Compare
Choose a tag to compare
0.6

What's Changed

Full Changelog: 0.5.2...0.6

0.5.2

22 Sep 13:57
f798b06
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that group of Condition is not parsed. by @mk3008 in #80
  • Update version number by @mk3008 in #82

Full Changelog: 0.5.1...0.5.2

0.5.1

21 Sep 12:47
b874a97
Compare
Choose a tag to compare

What's Changed

  • Support for indentation of Select clause. by @mk3008 in #69
  • Fixed a bug that table clause cannot be parsed if schema is specified. by @mk3008 in #72
  • Fixed a bug that wildcards with table names could not be parsed. by @mk3008 in #74
  • Fixed a bug that parsing is not possible when performing arithmetic o… by @mk3008 in #76
  • Version 0.5.1 by @mk3008 in #78

Full Changelog: 0.5...0.5.1