Shamim Rezaie
|
934c2ee1b6
|
MDL-58584 core_ddl: getDropTableSQL should not do more than what it says
|
2020-02-03 15:07:15 +11:00 |
|
Petr Škoda
|
6ad8d762da
|
MDL-37420 add support for more PostgreSQL schemas
|
2013-01-08 17:12:31 +01:00 |
|
Petr Škoda
|
068cf0e519
|
MDL-33018 support varchar_pattern_ops on unique indexes
|
2012-07-06 08:19:55 +02:00 |
|
Petr Skoda
|
bd991d03cf
|
MDL-33018 add general index type hints and use PostgreSQL varchar_pattern_ops index type for context.path
This significantly improves performance of accesslib queries,
credit for the discovery of this solution goes to Andrew Masterton from OU.
|
2012-07-06 08:19:39 +02:00 |
|
Petr Skoda
|
5a070f0477
|
MDL-32003 fix phpdocs in DDL layer
|
2012-06-17 22:56:28 +02:00 |
|
Petr Skoda
|
a66b2ae4f4
|
MDL-32434 deprecate drop_temp_table() in favour of drop_table()
|
2012-04-15 12:23:15 +02:00 |
|
Petr Skoda
|
9b3323b8be
|
MDL-32434 allow database_manager->drop_table() for temporary tables
|
2012-04-13 16:58:17 +02:00 |
|
Petr Skoda
|
05aae0a571
|
MDL-29514 drop support for enum data types
|
2012-03-10 21:36:48 +01:00 |
|
Petr Skoda
|
e9e4a4a672
|
MDL-27982 convert all signed to unsigned and prevent adding of new unsigned columns
Conflicts, amended to use .02 versions:
lib/db/upgrade.php, version.php
|
2012-03-06 12:03:59 +01:00 |
|
Aparup Banerjee
|
83a4ee1ea0
|
MDL-31251 documentation : improved core ddl API phpdocs. (used moodlecheck plugin)
|
2012-02-10 12:42:46 +08:00 |
|
Petr Skoda
|
257ad88f89
|
MDL-29313 enforce varchar size limit
|
2011-09-16 08:49:42 +02:00 |
|
Eloy Lafuente (stronk7)
|
00570de599
|
MDL-26883 ddl - fix some function declarations
|
2011-03-18 14:40:20 +01:00 |
|
Petr Skoda
|
438e22cc50
|
MDL-26351 fix property and docs typo
Credit goes to David Mudrak.
|
2011-02-15 09:46:35 +01:00 |
|
Petr Skoda
|
a2d242bc09
|
MDL-26351 add support for postgresql running with standard_conforming_strings
|
2011-02-12 16:16:52 +01:00 |
|
Petr Skoda
|
c86f538116
|
MDL-21249 improved php docs and adding direct access prevention in ddl
|
2010-07-25 12:57:03 +00:00 |
|
Petr Skoda
|
a3790ed5db
|
a few more DDL comment typos
|
2010-05-21 18:42:50 +00:00 |
|
Eloy Lafuente
|
10f375aa2e
|
MDL-22076 temptables - warn and dropped on disposal
|
2010-04-21 16:12:27 +00:00 |
|
Petr Skoda
|
117bd74897
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 11:31:16 +00:00 |
|
stronk7
|
f713581bc3
|
MDL-14679 table/column meta cache is reset on each request and DDL operation.
No need to call it with false parameter but in very exceptional ocasions.
|
2009-09-28 23:16:05 +00:00 |
|
stronk7
|
b1ca138716
|
SQL generators must not execute changes in DB. Just provide the needed SQL
in order to make database_manager to execute it. reset_sequence reimplemented.
|
2009-08-31 14:23:40 +00:00 |
|
stronk7
|
25e9ef26eb
|
MDL-19974 postgres sql generator - delete unused variable
|
2009-07-30 22:16:09 +00:00 |
|
stronk7
|
4411f0d5f5
|
MDL-19974 postgres sql generator - simplified a lot thanks to 8.x as min req in Moodle 2.0 (alter column & defaults handling)
|
2009-07-30 22:08:47 +00:00 |
|
skodak
|
94b6329544
|
MDL-14679 license header fixes
|
2009-06-12 08:44:49 +00:00 |
|
stronk7
|
2d2d79ef49
|
MDL-18577 drop enums support - step3: Drop enums from generator classes. Only code used to drop enums remains until Moodle 2.1
|
2009-05-01 23:49:31 +00:00 |
|
stronk7
|
e9fc2f32ef
|
MDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE
|
2009-03-02 19:09:29 +00:00 |
|
skodak
|
be415e95be
|
MDL-17354 moved reset_sequence into dbmanager
|
2008-11-21 21:40:50 +00:00 |
|
skodak
|
245ac55791
|
MDL-14679 last forgotten bits of dml conversion
|
2008-06-09 19:48:24 +00:00 |
|
skodak
|
96d1387809
|
MDL-14679 towards adodb separation
|
2008-06-09 18:48:28 +00:00 |
|
skodak
|
a7544e377a
|
MDL-14974 improved columns caching implementation
|
2008-05-25 09:31:38 +00:00 |
|
stronk7
|
a8cb94f66f
|
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
|
2008-05-20 23:24:40 +00:00 |
|
stronk7
|
ed55f6682b
|
Make generators reentrant. MDL-14897
|
2008-05-19 03:04:41 +00:00 |
|
skodak
|
f33e1ed4ae
|
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
|
2008-05-15 21:40:00 +00:00 |
|