summaryrefslogtreecommitdiff
path: root/lib/mysqlschema.php
AgeCommit message (Expand)Author
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-11tweak for mysqlBrion 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-07fix up some more 'not null's and suchBrion Vibber
2010-10-07Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)Brion Vibber
2010-10-07Some cleanup on detecting typesBrion Vibber
2010-10-07Finish patching up the index fetching in new schema stuff for mysqlBrion Vibber
2010-10-06Work in progress on fetching table defs from existing tables in new format --...Brion Vibber
2010-08-16More schema work in progress... removing duped code from schema child classes...Brion Vibber
2010-08-10Workaround for index setup on SubMirror until I'm done w/ arbitrary index sup...Brion Vibber
2010-07-29removing redundant constructorJames Walker
2010-03-12Fixes for updating indices, charset/collation and engine type on plugin-creat...Brion Vibber
2010-02-08First steps on converting FeedSub into the pub/sub basis for OStatus communic...Brion Vibber
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou