acs-mail-procs-postgresql.xql

  • last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

  1. … 43 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 53 more files in changeset.
fixed up casting in the calling of new content item to be better at handling nulls

fixed conflicts

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

  1. … 81 more files in changeset.
added test on server startup to see if ns_uuencode works and, if so, to use it

  1. … 4 more files in changeset.
changed to use content repository, rather than acs-content

fixed 'FIXME LOB'

    • -57
    • +170
    ./acs-mail-procs-postgresql.xql
updated with vinods patches

  1. … 3 more files in changeset.
took out fixme comments that were completed

fixed another pl/sql that I forgot

Initial Revision

    • -0
    • +216
    ./acs-mail-procs-postgresql.xql
  1. … 1 more file in changeset.