Miroslav Stampar
|
1973024ebf
|
added support for reusing connections
|
2010-03-30 13:52:47 +00:00 |
|
Miroslav Stampar
|
c2a6f21095
|
refactoring regarding usage of conf.dbmsConnector.connect()
|
2010-03-30 13:03:19 +00:00 |
|
Bernardo Damele
|
a0290a257b
|
Added support to connect directly also to Oracle - see #158
|
2010-03-27 21:50:19 +00:00 |
|
Bernardo Damele
|
1416cd0d86
|
Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see #158. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module).
Minor layout adjustments.
|
2010-03-26 23:23:25 +00:00 |
|
Bernardo Damele
|
2aadc5c939
|
Added support for --roles (for Oracle ROLE_PRIVS). Enhanced Oracle --privileges to fall-back to USER_SYS_PRIVS if DBA_SYS_PRIVS is not accessible (so session user is not DBA) - Fixes ticket #180.
Minor enhancement to Firebird to determine if a DB user is a DBA.
Minor code refactoring.
|
2010-03-25 15:46:06 +00:00 |
|
Bernardo Damele
|
09768a7b62
|
Major code refactoring: moved and split plugins (mysql, pgsql, mssql, oracle) more granularly and organized.
Todo for firebird, sqlite, access.
|
2010-03-22 22:57:57 +00:00 |
|