You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog_v2.x.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ $conn->Connect($dsn);
249
249
- Mssql date regex had error. Fixed - reported by Minh Hoang vb_user#yahoo.com.
250
250
- DBTimeStamp() and DBDate() now accept iso dates and unix timestamps. This means that the PostgreSQL handling of dates in GetInsertSQL() and GetUpdateSQL() can be removed. Also if these functions are passed '' or null or false, we return a SQL null.
251
251
- GetInsertSQL() and GetUpdateSQL() now accept a new parameter, $magicq to indicate whether quotes should be inserted based on magic quote settings - suggested by dj#4ict.com.
252
-
-Reformated docs slightly based on suggestions by Chris Small.
252
+
-Reformatted docs slightly based on suggestions by Chris Small.
253
253
254
254
## 1.65 - 28 Dec 2001
255
255
@@ -462,7 +462,7 @@ $conn->Connect($dsn);
462
462
- Changed behaviour of RecordSet.GetMenu() to support size parameter (listbox) properly.
463
463
- Added emptyDate and emptyTimeStamp to RecordSet class that defines how to represent empty dates.
464
464
- Added MetaColumns($table) that returns an array of ADOFieldObject's listing the columns of a table.
465
-
- Added transaction support for PostgresSQL -- thanks to "Eric G. Werk" egw#netguide.dk.
465
+
- Added transaction support for PostgreSQL -- thanks to "Eric G. Werk" egw#netguide.dk.
0 commit comments