Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  com 2447 over 19 years sgarg Removed occurence of enum which is a keyword in...
  edu 2459 over 19 years Chris Jones When a path expression includes element content...
  perl 2432 over 19 years sgarg Replaced Usage Constraints with Usage Rights an...
addforeignkeyfortable.sql 135 Bytes 1626 about 21 years Jing Tao Create a foreign key for table accesssubtree.
clear.sql 312 Bytes 704 over 23 years berkley added removal of relations
drop-postgres.sql 1.93 KB 2457 over 19 years Matt Jones dropping the sequences as well in the postgres ...
loaddtd.sql 2.36 KB 979 over 22 years Jing Tao Change every "http://@server@ to "@systemidserv...
loaddtdschema.sql 2.92 KB 2394 over 19 years sgarg Added sql command to delete also schema entries...
loadschema.sql 476 Bytes 2229 almost 20 years sgarg Modified directory name for eml-2.0.x checkouts...
package-count.sql 373 Bytes 2283 almost 20 years Matt Jones Added sql for counting packages.
showdoc.sql 340 Bytes 390 almost 24 years Matt Jones Added new utility query to return all of the xm...
sqlcatlist.sql 253 Bytes 123 about 24 years Matt Jones Modifying storage model to use DOM TEXT nodes
sqldoclist.sql 209 Bytes 531 over 23 years Matt Jones Changed utility query to include the user_owner...
sqlnodeslist.sql 94 Bytes 108 about 24 years Matt Jones added utility files and queries
sqlnodesview.sql 358 Bytes 166 about 24 years Matt Jones minor modifications to fix problems introduced ...
sqlrevisions.sql 205 Bytes 203 about 24 years Matt Jones Merged in substantial changes to DBWriter and a...
upgrade-db-to-1.2-postgres.sql 637 Bytes 2276 almost 20 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.2.sql 596 Bytes 1827 almost 21 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.3-postgres.sql 2.56 KB 2276 almost 20 years Matt Jones New schema changes, including upgrade scripts. ...
upgrade-db-to-1.3.sql 1.44 KB 1827 almost 21 years Matt Jones Renamed the upgrade sql files to more understan...
upgrade-db-to-1.4-postgres.sql 5.11 KB 2314 almost 20 years sgarg Added code that changes the node column size
upgrade-db-to-1.4.sql 4.44 KB 2279 almost 20 years Matt Jones Added lines for updating xml_catalog in the upg...
upgrade-db-to-1.5-postgres.sql 5.63 KB 2434 over 19 years sgarg Modified code such that nodedata column in xml_...
upgrade-db-to-1.5.sql 5.79 KB 2443 over 19 years sgarg Removed the code which created triggers. Added ...
upgrade_db_to_1_5.java 4.53 KB 2434 over 19 years sgarg Modified code such that nodedata column in xml_...
xmlpackage.sql 1.94 KB 439 almost 24 years berkley sql file defining the table structure for eml-p...
xmltables-postgres.sql 13.2 KB 2442 over 19 years sgarg Removing code added for creating nodedata colum...
xmltables-sqlserver.sql 11.8 KB 2359 over 19 years sgarg Modified database creation sql code so that in ...
xmltables.sql 15.7 KB 2442 over 19 years sgarg Removing code added for creating nodedata colum...

Latest revisions

# Date Author Comment
2459 04/06/2005 02:23 AM Chris Jones

When a path expression includes element content and attribute content, then
the SQL generated needs to search for attribute nodetypes with parent
nodenames equal to the path expression element content. However, when
only searching for attribute content (such as just @packageId), then...

2458 04/06/2005 02:13 AM Chris Jones

When searching for attributes in the XPATH expression, an 'index out of bounds'
exception was thrown when only an attribute was included in the path string.

This fix changes the pathexpr.indexOf comparison to 0 rather than 1, since
the index starts at 0....

2457 04/05/2005 05:03 PM Matt Jones

dropping the sequences as well in the postgres drop list.

2456 04/05/2005 04:57 PM Matt Jones

Added new tables from metacat 1.5 to the drop list.

2450 04/04/2005 04:50 PM sgarg

Removing call to normalize from getNodeRecordList()

2449 04/04/2005 04:45 PM sgarg

Changing the normalize function. Adding changes submitted by Johnoel. Removing code for converting " as " can be stored as it on Oracle. Removing code which strips out \n and \r

2447 04/04/2005 04:17 PM sgarg

Removed occurence of enum which is a keyword in Java 1.5

2446 04/04/2005 04:15 PM sgarg

Removed occurence of enum which is a keyword in Java 1.5

Changed the queries so that PreparedStatement.setString() and .setInt() are used instead of write the string directly into the sql statements

2443 04/04/2005 02:43 PM sgarg

Removed the code which created triggers. Added this code in the build file

2442 04/04/2005 10:12 AM sgarg

Removing code added for creating nodedata column in xml_index table

View revisions

Also available in: Atom