• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Redefine ad_locales.language table column as varchar to avoid Oracle idiosyncrasies when comparing a char(n) with other string datatypes when using bind variables (following insightful LARS's remark)

char(n) in Oracle are automatically padded to be n characters long. Apparently, comparing char(n) -> char(n) is "blanks insensitive", while comparing char(n) -> varchar2(n) will account for such automatically inserted blanks. When using bind variables, one should carefully specify the type to use to avoid surprises with char(n) (for this we should touch the oracle driver), normalize the value via trim/pad all the time or replace every char(n) datatype with varchar2. ...are there other places where this is happening?

  1. … 5 more files in changeset.
file upgrade-5.10.0d2-5.10.0d3.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade-5.10.0d2-5.10.0d3.sql
  1. … 1 more file in changeset.
Removed obsolete @arch-tag

  1. … 29 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

  1. … 48 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
- Moves support for 3 chars language codes to ref-language

- Adds dependencies to ref-language and ref-countries

- Bumps version number

  1. … 12 more files in changeset.
Same change to pk constraint names as for initial install.

Implements TIP#137 Support for 3-chars language codes

    • -0
    • +6
    ./upgrade-5.6.0d1-5.6.0d2.sql
    • -0
    • +34
    ./upgrade-5.6.0d2-5.6.0d3.sql
  1. … 14 more files in changeset.
Merged from 5.4.2

  1. … 282 more files in changeset.
file upgrade-5.4.1d2-5.4.1d3.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade-5.4.1d2-5.4.1d3.sql
  1. … 1 more file in changeset.
Add foreign key constraint on user_preferences.locale to force referencial integrity. This column is now added by acs-lang at creation time, to create the constraint at the same moment.

  1. … 9 more files in changeset.
file upgrade-5.4.1d1-5.4.1d2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade-5.4.1d1-5.4.1d2.sql
  1. … 1 more file in changeset.
Fixed for en_CA and fr_CA locale definitions

  1. … 4 more files in changeset.
adding locales, currently used in the development of accounting packages (from sql-ledger locales)

    • -0
    • +97
    ./upgrade-5.3.0d1-5.3.0d2.sql
  1. … 4 more files in changeset.
removing file meant for head instead of oacs-5-2 stable

  1. … 1 more file in changeset.
adding upgrade script for new locales

  1. … 1 more file in changeset.
file upgrade-5.2.3b2-5.2.3b3.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.3b2-5.2.3b3.sql
  1. … 1 more file in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixing version from 5.2.2d2 to 5.2.3d2 ( We are releasing 5.2.3, not

5.2.2 :) ). Adding correct upgrade files.

  1. … 3 more files in changeset.
file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.3d1-5.2.3d2.sql
  1. … 1 more file in changeset.
Adding locales: es_CO, ind_ID, bg_BG, pa_IN

  1. … 4 more files in changeset.
file upgrade-5.2.2d1-5.2.2d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.2d1-5.2.2d2.sql
  1. … 1 more file in changeset.
Fixing bug: More than one default locale for Spanish and Chinese

  1. … 1 more file in changeset.
file upgrade-5.1.4-5.1.4d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.4-5.1.4d1.sql
  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
added Basque and Catalan locales

  1. … 3 more files in changeset.
file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade-5.1.2d2-5.1.2d3.sql
  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.