summaryrefslogtreecommitdiff
path: root/lib/pgsqlschema.php
AgeCommit message (Expand)Author
2010-10-19fix index drop on pgBrion Vibber
2010-10-18strip column prefix lengths from key defs on pgBrion Vibber
2010-10-18Quoting fixes for postgresBrion Vibber
2010-10-18Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the ...Brion Vibber
2010-10-18PG tweakBrion Vibber
2010-10-15some more tweaking to do the mappings during filterDef; not totally sure I li...Brion Vibber
2010-10-13Fix for PG filteringBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...Brion Vibber
2010-10-11PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :DBrion Vibber
2010-10-11Now pulling non-primary/unique index data for PG as well... need to sort out ...Brion Vibber
2010-10-11quick syntax fixBrion 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-08-16More schema work in progress... removing duped code from schema child classes...Brion Vibber
2010-05-17fix the column modify on stuff for postgres. change serial to bigserialBrenda Wallace
2010-05-15comment out the extra bit, cos there's always mysql-only stuff in therre.Brenda Wallace
2010-05-15caitalise the sql keywordsBrenda Wallace
2010-05-15indexes now working in postgres schemasBrenda Wallace
2010-05-15removed sneaky debug echo that shouldn't be thereBrenda Wallace
2010-05-15sorted enums and auto_increments on postgres.Brenda Wallace
2010-03-11Remove stray whitespace at file start that snuck into last updateBrion Vibber
2010-03-10removed a stay bit of debugBrenda Wallace
2010-03-10map the mysql-ish column types to ones postgres likesBrenda Wallace
2010-03-10primary keys and unique indexes working in postgresBrenda Wallace
2010-03-10throw an error that looks like mysql errors.. :-SBrenda Wallace
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou