summaryrefslogtreecommitdiff
path: root/lib/schema.php
AgeCommit message (Expand)Author
2010-10-13logic fix in diffing :DBrion Vibber
2010-10-13suppress notices for non-present sectionsBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-11fix for column prefixes in table/index buildingBrion Vibber
2010-10-11fix for index genBrion Vibber
2010-10-11tweak for stringsBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...Brion Vibber
2010-10-08Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-xBrion Vibber
2010-10-08Starting on adapting postgresql schema class to look stuff up in the new drup...Brion Vibber
2010-10-07Some more poking at schema stuff, on the road towards a more portable table-m...Brion Vibber
2010-10-07Some cleanup on detecting typesBrion Vibber
2010-08-16More schema work in progress... removing duped code from schema child classes...Brion Vibber
2010-08-16first pass at columndef->drupal-style array converter (need to handle some mo...Brion Vibber
2010-07-29allow schema to work on more than one connection (namely, the Status_network DB)James Walker
2010-03-12Fixes for updating indices, charset/collation and engine type on plugin-creat...Brion Vibber
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou
2010-01-30removed describeTable from base class, and fixed it up in pgsqlBrenda Wallace
2010-01-30getTableDef() mostly working in postgresBrenda Wallace
2010-01-30move the schema DDL sql off into seperate files for each db we supportBrenda Wallace
2010-01-05Support an 'extra' clause when definining a column (e.g.: 'on updateZach Copley
2010-01-04Fix for auto_increment parameter in auto-created tables via checkschema.Brion Vibber
2009-12-03Code style cleanup: dropped some unnecessary =& reference assignments where t...Brion Vibber
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file b...Zach Copley
2009-11-24Break TableDef, ColumnDef classes to separate files so autoloader can find them.Brion Vibber
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by overri...Craig Andrews
2009-10-02make lib/schema.php phpcs-cleanEvan Prodromou
2009-10-01Some bug fixesEvan Prodromou
2009-10-01add some more methods to SchemaEvan Prodromou
2009-09-23use schema tool to create a tableEvan Prodromou
2009-09-23statusize schema-related modulesEvan Prodromou
2009-09-23make table def method of schema code workEvan Prodromou
2009-09-23start a module for schema managementEvan Prodromou