Sha256: a53a25920343d4c5f7a8c5ebba7966f511e469e98ff4e8abc1c0066daf9574da

Contents?: true

Size: 322 Bytes

Versions: 16

Compression:

Stored size: 322 Bytes

Contents

module RedshiftPG
  USER_ERROR_CLASSES = [
    PG::UndefinedTable,
    PG::SyntaxError,
    PG::GroupingError,
    PG::AmbiguousColumn,
    PG::InternalError,
    PG::UndefinedColumn,
    PG::DatatypeMismatch,
    PG::QueryCanceled,
    PG::InternalError,
    PG::NumericValueOutOfRange,
    PG::UndefinedFunction
  ]
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.4.8 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.4.7 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.4.4 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.4.2 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.4.1 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.3.0 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.2.0 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.1.0 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.6 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.5 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.4 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.3 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.2 lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.1.alpha lib/redshift_pg/redshift_pg.rb
aleph_analytics-0.0.0.alpha lib/redshift_pg/redshift_pg.rb