JNDI_URI_REGEXP | = | /\Ajdbc:jndi:(.+)/ | Used to identify a jndi connection and to extract the jndi resource name. | |
DECIMAL_TYPE_RE | = | /number|numeric|decimal/io | The types to check for 0 scale to transform :decimal types to :integer. | |
DATABASE_SETUP | = | {:postgresql=>proc do |db| Sequel.ts_require 'adapters/jdbc/postgresql' | Contains procs keyed on sub adapter type that extend the given database object so it supports the correct database type. |