Skip to content

Releases: elvanto/picodb

6.1.1

04 Nov 22:06
788ce87

Choose a tag to compare

What's Changed

  • [HOTFIX] - Implement better handling of LIMIT/OFFSET in MSSQL driver by @joshmcrae in #45

Full Changelog: 6.1.0...6.1.1

6.1.0

16 Jul 22:15
a027a30

Choose a tag to compare

What's Changed

  • Expose inTransaction() from the PDO connection. by @rrigby in #41
  • Add trust server certificate option for MSSQL connections by @Mr-Kaos in #40

Full Changelog: 6.0.1...6.1.0

6.0.1

13 May 00:53
2568ae3

Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

06 May 01:32
ed3519c

Choose a tag to compare

What's Changed

  • Return no results, rather than throwing an exception when ->in() is passed an empty array. by @rrigby in #35

Full Changelog: 5.1.0...6.0.0

5.1.0

29 Apr 00:02
0ab6f6f

Choose a tag to compare

What's Changed

  • Add when method to allow conditional query construction by @rrigby in #32

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

01 Apr 03:18
ea5e4fd

Choose a tag to compare

What's Changed

Full Changelog: 4.5.1...5.0.0

4.5.1

12 Mar 03:53
5e622c9

Choose a tag to compare

What's Changed

  • [HOTFIX] - Include bound parameters for joins within subqueries by @joshmcrae in #29

Full Changelog: 4.5.0...4.5.1

4.5.0

02 Dec 22:55
0ca9b95

Choose a tag to compare

What's Changed

  • [ENHANCEMENT] - Implement NOT and XOR operators by @joshmcrae in #27
  • [ENHANCEMENT] - Allow additional conditions on joins by @joshmcrae in #28

Full Changelog: 4.4.0...4.5.0

4.4.0

04 Dec 23:45
4bb5c8b

Choose a tag to compare

What's Changed

  • [HOTFIX] - User correct OFFSET/LIMIT syntax for MSSQL by @joshmcrae in #25
  • Correct CREATE TABLE IF NOT EXISTS syntax for MSSQL by @Mr-Kaos in #26

Full Changelog: 4.3.0...4.4.0

4.3.0

06 Jun 06:21
cc7dedb

Choose a tag to compare

Enhancements:

  • Extended StatementHandler::withLogging() to accept flag which includes bound parameter values in logged queries when set.