Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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
 
507 2021-01-12 14:56:31 daniel-marschall /trunk/ Fixed problem with ODBC database provider
After the creation of an object, the user can now decide if they want to jump to the new object
 
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
 
316 2020-05-21 18:47:12 daniel-marschall /trunk/ Various smaller bugfixes and compatibility issues with database providers fixed  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
276 2020-04-24 01:37:24 daniel-marschall /trunk/  
274 2020-04-23 00:56:16 daniel-marschall /trunk/ Add new plugin type "SQL slang". The database connection is now an union of "Database provider plugin" (e.g. PDO) and "SQL slang plugin" (MySQL).