Alexei Sorokin
|
bcba4e7640
[SEARCH] Use fulltext search by default
|
6 years ago |
Alexei Sorokin
|
0b47a2bb33
[DATABASE] Re-introduce PostgreSQL support
|
6 years ago |
Alexei Sorokin
|
6a293e94ec
[DATABASE] Re-introduce the enum type abstraction
|
6 years ago |
Alexei Sorokin
|
41781a3b5f
[DATABASE] Introduce a boolean type for SQL
|
6 years ago |
Miguel Dantas
|
a73e09a0ce
Formatting files affected by XRevan86's PR for postgres support
|
6 years ago |
Diogo Cordeiro
|
f67a93eddc
[CORE] Bump Database requirement to MariaDB 10.3+
|
6 years ago |
Diogo Cordeiro
|
f89c052cf8
Set default value of datetime columns to CURRENT_TIMESTAMP
|
6 years ago |
Mikael Nordfeldth
|
c9a9a8bc58
Fulltext indexes are supported in InnoDB since MariaDB 10.0.15
|
8 years ago |
Mikael Nordfeldth
|
6b31feb70f
Strict Standards: Declaration of MysqlSchema::get()
|
9 years ago |
Mikael Nordfeldth
|
2f86cd8602
utf8mb4 conversion on database with index adjusts
|
10 years ago |
Brion Vibber
|
8454b1fbad
Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x
|
14 years ago |
Brion Vibber
|
692ef9c330
Include fulltext indexes in MySQL table create
|
14 years ago |
Brion Vibber
|
f5019ac5aa
tweaks for the installer whee
|
14 years ago |
Brion Vibber
|
345b7d33b8
some sorta vaguely working bits
|
14 years ago |
Brion Vibber
|
e07254d15b
$config['db']['mysql_foreign_keys'] option to experimentally enable foreign keys on MySQL. (Would only work on InnoDB tables, may explode, etc)
|
15 years ago |
Brion Vibber
|
4aa6c4e49f
MySQL schema: fix dropping unique indexes, add support for changing table properties back from old code.
|
15 years ago |
Brion Vibber
|
a923ef9719
Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the canonical def before comparing
|
15 years ago |
Brion Vibber
|
eb93bdbb03
some more tweaking to do the mappings during filterDef; not totally sure I like it
|
15 years ago |
Brion Vibber
|
90c35dc541
Cleanup on making the schema work for installer (not quite there yet)
|
15 years ago |
Brion Vibber
|
229c772634
Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features.
|
15 years ago |
Brion Vibber
|
7723d15cd0
tweak for mysql
|
15 years ago |
Brion Vibber
|
9364e446b1
Start reworking things to build create table stuff (can view via dumpschema.php --build)
|
15 years ago |
Brion Vibber
|
7f674cc957
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
|
15 years ago |
Brion Vibber
|
2d0807bc1c
Starting on adapting postgresql schema class to look stuff up in the new drupalish format...
|
15 years ago |
Brion Vibber
|
2e475ceab0
Some more poking at schema stuff, on the road towards a more portable table-modification with the new schema bits
|
15 years ago |
Brion Vibber
|
efa8ff82f4
fix up some more 'not null's and such
|
15 years ago |
Brion Vibber
|
85156fcbed
Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)
|
15 years ago |
Brion Vibber
|
14e4f50f29
Some cleanup on detecting types
|
15 years ago |
Brion Vibber
|
63c4cb3f36
Finish patching up the index fetching in new schema stuff for mysql
|
15 years ago |
Brion Vibber
|
a680e1798c
Work in progress on fetching table defs from existing tables in new format -- unfinished
|
15 years ago |