index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pgsqlschema.php
Age
Commit message (
Expand
)
Author
2010-10-13
Filter table definitions to scrub out unsupported features before trying to a...
Brion Vibber
2010-10-11
Start reworking things to build create table stuff (can view via dumpschema.p...
Brion Vibber
2010-10-11
PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :D
Brion Vibber
2010-10-11
Now pulling non-primary/unique index data for PG as well... need to sort out ...
Brion Vibber
2010-10-11
quick syntax fix
Brion Vibber
2010-10-08
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
Brion Vibber
2010-10-08
Starting on adapting postgresql schema class to look stuff up in the new drup...
Brion Vibber
2010-10-07
Some more poking at schema stuff, on the road towards a more portable table-m...
Brion Vibber
2010-08-16
More schema work in progress... removing duped code from schema child classes...
Brion Vibber
2010-05-17
fix the column modify on stuff for postgres. change serial to bigserial
Brenda Wallace
2010-05-15
comment out the extra bit, cos there's always mysql-only stuff in therre.
Brenda Wallace
2010-05-15
caitalise the sql keywords
Brenda Wallace
2010-05-15
indexes now working in postgres schemas
Brenda Wallace
2010-05-15
removed sneaky debug echo that shouldn't be there
Brenda Wallace
2010-05-15
sorted enums and auto_increments on postgres.
Brenda Wallace
2010-03-11
Remove stray whitespace at file start that snuck into last update
Brion Vibber
2010-03-10
removed a stay bit of debug
Brenda Wallace
2010-03-10
map the mysql-ish column types to ones postgres likes
Brenda Wallace
2010-03-10
primary keys and unique indexes working in postgres
Brenda Wallace
2010-03-10
throw an error that looks like mysql errors.. :-S
Brenda Wallace
2010-01-31
move schema.type.php to typeschema.php like other files
Evan Prodromou