[moodle] / moodle / lib / dml / oci_native_moodle_database.php Repository:

Log of /moodle/lib/dml/oci_native_moodle_database.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 07:13:31 2009 WST (2 weeks ago) by stronk7
Branch: MAIN
CVS Tags: HEAD, MOODLE_19_MERGED
Changes since 1.32: +5 -4 lines
Diff to previous 1.32
MDL-17491 oracle connections - fix annoyance when multiple connections
are used and enforce new connections by using oci_new_connect()

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Nov 7 16:52:57 2009 WST (2 weeks, 1 day ago) by skodak
Branch: MAIN
Changes since 1.31: +12 -23 lines
Diff to previous 1.31
MDL-20625 new delegated transaction support in DML

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Nov 4 21:19:11 2009 WST (2 weeks, 4 days ago) by stronk7
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
MDL-20734 normalise_value() - moving from private to protected everywhere and abstracting

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 22:33:46 2009 WST (2 weeks, 6 days ago) by skodak
Branch: MAIN
Changes since 1.29: +7 -2 lines
Diff to previous 1.29
MDL-20715 fixed notice from dml native oci driver when php driver not installed

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Oct 16 22:14:03 2009 WST (5 weeks, 2 days ago) by stronk7
Branch: MAIN
Changes since 1.28: +55 -63 lines
Diff to previous 1.28
MDL-14679 fixing limitfrom, limitnum queries under pgsql, mssql and oracle

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 01:27:13 2009 WST (5 weeks, 4 days ago) by stronk7
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27
MDL-17491 oci driver: exception when binding strings into int/float
colums. PHP casting was causing unexpected behaviour. Grrr.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 06:34:36 2009 WST (6 weeks, 3 days ago) by skodak
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb!

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 22:39:58 2009 WST (6 weeks, 3 days ago) by stronk7
Branch: MAIN
Changes since 1.25: +55 -1 lines
Diff to previous 1.25
MDL-17491 oci native driver - now supporting db locks (hence db sessions)

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 07:19:20 2009 WST (7 weeks, 6 days ago) by stronk7
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
MDL-17491 oci native driver: fix LOB meta length and minor whitespace

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 02:15:42 2009 WST (7 weeks, 6 days ago) by stronk7
Branch: MAIN
Changes since 1.23: +78 -7 lines
Diff to previous 1.23
MDL-17491 oci native driver: adding support for local temp tables, via store

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 18:27:24 2009 WST (7 weeks, 6 days ago) by stronk7
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
MDL-17491 oci native driver: prevent get_columns() to execute huge queries
and fix return binding to proper SQLT_INT. Truncation was happening with LONG!

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Sep 25 05:51:32 2009 WST (8 weeks, 3 days ago) by stronk7
Branch: MAIN
Changes since 1.21: +17 -7 lines
Diff to previous 1.21
MDL-17491 oracle native driver: add missing tables cache and improve NUMBER and defaults detection

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 21:33:42 2009 WST (8 weeks, 4 days ago) by stronk7
Branch: MAIN
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
MDL-17491 oracle native driver: prevent verbosity of the driver

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 00:44:27 2009 WST (2 months ago) by stronk7
Branch: MAIN
Changes since 1.19: +75 -68 lines
Diff to previous 1.19
MDL-17491 oracle native driver: normalise empty behaviour (dirty hack) to
work with all CHAR/CLOB columns and implemente oracle transactions support.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Sep 22 16:58:22 2009 WST (2 months ago) by stronk7
Branch: MAIN
Changes since 1.18: +93 -32 lines
Diff to previous 1.18
MDL-17491 oracle native driver: LOB handling near finished + some helper functions

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 19:43:58 2009 WST (2 months ago) by stronk7
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17
MDL-17491 oci native driver: reverting 2 debug-like bits I left in previous commit

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 19:28:42 2009 WST (2 months ago) by stronk7
Branch: MAIN
Changes since 1.16: +126 -38 lines
Diff to previous 1.16
MDL-17491 oci native driver: preparing to support transactions, oracle dirty hack and others. WIP

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Sep 11 17:38:42 2009 WST (2 months, 1 week ago) by stronk7
Branch: MAIN
Changes since 1.15: +19 -9 lines
Diff to previous 1.15
MDL-17491 oci native driver - improve exception/error handling to know what the hell is happening. ;-)

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 00:04:49 2009 WST (2 months, 1 week ago) by stronk7
Branch: MAIN
Changes since 1.14: +0 -8 lines
Diff to previous 1.14
oci driver regexp abilities default to moodle_database ones

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jul 4 18:53:57 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
MDL-19689 fixed strictness constants, thanks Tim

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Jul 4 17:30:59 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
MDL-19689 fixed strictness constants, thanks Tim

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Jul 4 06:38:56 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.11: +19 -38 lines
Diff to previous 1.11
MDL-19689 new $strictness parameter in $DB->get_record() and $DB->get_field() family of DML methods

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 16:14:29 2009 WST (5 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.10: +26 -2 lines
Diff to previous 1.10
MDL-19470 fixing DML license headers

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 15:55:44 2009 WST (5 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.9: +13 -4 lines
Diff to previous 1.9
MDL-19470 detection of nested transactions, only one level allowed

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 04:55:00 2009 WST (5 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.8: +3 -10 lines
Diff to previous 1.8
MDL-17491 ora 10 min required, no need for legacy hacks anymore

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue May 26 22:46:01 2009 WST (5 months, 4 weeks ago) by stronk7
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
MDL-14992 sessions - proper destructor method and fixed dispose() behaviour.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 19:20:34 2009 WST (9 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.6: +11 -1 lines
Diff to previous 1.6
MDL-17458 rewritten installer

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 02:44:48 2009 WST (10 months ago) by skodak
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
MDL-14992 adding links to oracle locking info - thanks Eloy

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 02:44:30 2009 WST (10 months ago) by skodak
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
MDL-14992 adding links to oracle locking info - thanks Eloy

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 03:10:50 2009 WST (10 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
MDL-17859 implemented caching in get_tables()

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 07:24:07 2008 WST (11 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.2: +2 -4 lines
Diff to previous 1.2
MDL-17491 oracle dml: towards full support

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 18:03:37 2008 WST (11 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
MDL-17491 oracle dml: problem notes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 09:10:27 2008 WST (11 months, 2 weeks ago) by skodak
Branch: MAIN
MDL-17491 experimental native oracle driver - still bugy and incomplete, this will require more core changes, grrrrrr

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7