Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1238 2023-04-27 16:52:44 daniel-marschall /trunk/  
1235 2023-04-27 02:47:56 daniel-marschall /trunk/ Added Firebird SQL slang (beta)  
1232 2023-04-26 16:49:28 daniel-marschall /trunk/ Added database plugin SQLSRV  
1226 2023-04-19 23:50:31 daniel-marschall /trunk/ Fixed insert_id() issues with ADO connections  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1170 2023-04-06 02:28:51 daniel-marschall /trunk/ More tests with Microsoft Access (not officially supported yet)  
1160 2023-04-05 02:06:14 daniel-marschall /trunk/ PDO+MySQL PHP testcases are now passed  
1155 2023-04-04 01:36:54 daniel-marschall /trunk/ Fixed MySQLi error handling. Database test cases now passed (again?)  
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
786 2022-03-18 01:03:21 daniel-marschall /trunk/ NEW: Native OCI8 PHP plugin support for Oracle databases!  
783 2022-03-16 23:38:45 daniel-marschall /trunk/ Introduced compatibility with Oracle DB (connect via PDO or ODBC)  
557 2021-04-25 22:06:14 daniel-marschall /trunk/ Cookie SAMESITE policy can now be configured in the base configuration file.
New clas "OIDplusCookieUtils".
In shebang, using "env php" instead of "/usr/bin/php".
 
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
502 2021-01-03 21:19:54 daniel-marschall /trunk/ Improved ODBC and PDO database plugins in order to support more database drivers.
EXPERIMENTAL: Support for Microsoft Access database
Small bugfixes
Improved database connectivity test cases
 
374 2020-08-28 00:22:53 daniel-marschall /trunk/ test_database_plugins development tool is now only available on console/CLI