A big rearrangement.
authorchriskl <chriskl>
Fri, 26 Jul 2002 09:03:06 +0000 (09:03 +0000)
committerchriskl <chriskl>
Fri, 26 Jul 2002 09:03:06 +0000 (09:03 +0000)
commit29e95611a0fceee267594c2542c85a70bbbdef76
tree555bfb6455eda40e6c254f69bfdf2b6af60e3e5b
parentb1c3192e7d9cb3f59c3edcaa7d727c4367de35b0
A big rearrangement.
* Moved class functions around so that they appear in the first database
version that supports them.  Lots of stuff moved to BaseDB and Postgres
* More support for new 7.3 features
* Known bug in schema support at the moment - I'm working on it
* Looked at Raymond's sequence stuff, did a few things:
 - Moved the getSequences function to Postgres instead of Postgres71 since
   sequences are found in all versions of postgres
 - Added a comment for the function
 - Added support for showing system sequences or not
 - Used like instead of regexp, just looks nicer
 - Fixed missing /table tag that was causing display probs
 - Note: I think the code layout in sequences.php probably should be
   made to match that of the rest of the codebase (coding standards???)
 - Obviously it's an early cut, but it's going in the right direction
* Added support for deleting rows when browsing, using a function that
  finds a unique identifying get for tables.
* Edit row next
classes/Misc.php
classes/database/BaseDB.php
classes/database/Postgres.php [new file with mode: 0755]
classes/database/Postgres71.php
classes/database/Postgres73.php
public_html/sequences.php
public_html/tables.php
public_html/views.php
themes/default/global.css