• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

More nextval cleanup. Removed ns_share.

    • -13
    • +0
    ./subsubcategory-add-postgresql.xql
  1. … 43 more files in changeset.

Major clean up. Mostly db_map queries and customer service stuff.

  1. … 74 more files in changeset.

fixed sort key calculation. postgres driver encloses bind variables in ' ' which makes the sort key calculation fail. the key calculation is done in tcl now.

fixed sort key calculations. the postgres driver puts ' ' around the bind variable. the old code performed calculations like "and sort_key = (:prev_sort_key + :next_sort_key)/2", which caused postgres to barf. this calculation is now done in tcl.

Initial commit of admin directory. All subdirectories in admin have been ported with the exception of products/add-4-postgresql.xql. Dynamic queries have not been ported yet. Files in the root directory of admin have not been ported yet.

    • -0
    • +13
    ./category-add-0.xql
    • -0
    • +16
    ./category-add-2-oracle.xql
    • -0
    • +16
    ./category-add-2-postgresql.xql
    • -0
    • +21
    ./category-add-2.xql
    • -0
    • +13
    ./category-add-oracle.xql
    • -0
    • +13
    ./category-add-postgresql.xql
    • -0
    • +76
    ./category-delete-2.xql
    • -0
    • +18
    ./category-edit-oracle.xql
    • -0
    • +18
    ./category-edit-postgresql.xql
    • -0
    • +14
    ./subcategory-add-0.xql
    • -0
    • +16
    ./subcategory-add-2-oracle.xql
  1. … 319 more files in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +55
    ./category-add-0.tcl
    • -0
    • +64
    ./category-add-2.tcl
    • -0
    • +122
    ./category-delete-2.tcl
    • -0
    • +44
    ./category-delete.tcl
    • -0
    • +64
    ./subcategory-add-0.tcl
    • -0
    • +78
    ./subcategory-add-2.tcl
    • -0
    • +73
    ./subcategory-add.tcl
    • -0
    • +80
    ./subcategory-delete-2.tcl
    • -0
    • +46
    ./subcategory-delete.tcl
    • -0
    • +45
    ./subcategory-edit.tcl
  1. … 2465 more files in changeset.