Releases: elvanto/picodb
Releases · elvanto/picodb
6.1.1
04 Nov 22:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
6.0.0
06 May 01:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
4.5.1
12 Mar 03:53
Compare
Sorry, something went wrong.
No results found
4.5.0
02 Dec 22:55
Compare
Sorry, something went wrong.
No results found
4.4.0
04 Dec 23:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Enhancements:
Extended StatementHandler::withLogging() to accept flag which includes bound parameter values in logged queries when set.