create_content_repository_tables.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Contents moved to lams_common project

    • -2
    • +0
    ./create_content_repository_tables.sql
  1. … 1 more file in changeset.
Changed to Mysql 4.1, and to 3.1.7 connector. Moved the table definitions to lams_common. Added a unit test option to build file.

    • -123
    • +2
    ./create_content_repository_tables.sql
Changed db name to LAMS

    • -1
    • +1
    ./create_content_repository_tables.sql
  1. … 2 more files in changeset.
Use a database lams11 - so I can have old and new schemas in the same db server.

    • -1
    • +1
    ./create_content_repository_tables.sql
  1. … 2 more files in changeset.
Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

    • -10
    • +10
    ./create_content_repository_tables.sql
  1. … 10 more files in changeset.
Finished addFileItem, updateFileItem in SimpleTicket, added next_version_id column to node.

    • -0
    • +1
    ./create_content_repository_tables.sql
  1. … 1 more file in changeset.
Started implementation of SimpleTicket, removed root node concept as it was giving problems for no positive help.

    • -4
    • +1
    ./create_content_repository_tables.sql
  1. … 3 more files in changeset.
Writes out basic node details to db - but does it the hard way as it isn't cascading updates.

    • -12
    • +17
    ./create_content_repository_tables.sql
  1. … 7 more files in changeset.
Code to create workspace, create/update credentials working - with transactions. Basically works but the transaction handling hasn't been break tested, and the DAO access doesn't make good use of Spring framework

    • -6
    • +6
    ./create_content_repository_tables.sql
  1. … 8 more files in changeset.
Checking in work done before Christmas in case of PC crash

    • -49
    • +55
    ./create_content_repository_tables.sql
  1. … 17 more files in changeset.
Got middlegen working - generates the hibernate classes

    • -1
    • +6
    ./create_content_repository_tables.sql
  1. … 10 more files in changeset.
Initial cut at script to create the content repository tables

    • -0
    • +109
    ./create_content_repository_tables.sql