• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 9842798170
76%
BABEL_6_X_DEV: 78%

Build:
Build:
LAST BUILD BRANCH: v-6-3
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 08 Jul 2024 04:42PM UTC
Jobs 1
Files 114
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jul 2024 03:48PM UTC coverage: 73.199% (+0.02%) from 73.182%
9842798170

push

github

web-flow
Cross-db reference of sys* catalogs with dbo schema (#2679)

Cross-database references to the classic sys* catalogs (e.g. sysobjects, syscolumns, syslogins, etc.), while specifying the dbo schema or omitting the schema (e.g. db..sysobjects notation), should not raise an error. For these 'classic' catalogs, referencing the object in dbo or sys schema should be equivalent.
This fix addresses the following notations which either raised an error or could return an incorrect value:

- mydb.dbo.sysobjects
- .mydb.dbo.sysobjects
- mydb..sysobjects
- .mydb..sysobjects
- .mydb.sys.sysobjects

- .mydb.dbo.mytable (for non-catalog objects)
- .object (for any object in case the executing user has a non-dbo default schema)

Various existing test cases, which were raising an error previously, had to be adjusted for this fix.

Note: when the executing user has a non-dbo default schema, the case of dbname..object still ignores the default schema, but that is outside the scope of this fix (see BABEL-5050).

Issues Resolved : BABEL-5041

Signed-off-by: Rob Verschoor rcv@amazon.com

79 of 82 new or added lines in 3 files covered. (96.34%)

42877 of 58576 relevant lines covered (73.2%)

114174.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9842798170.1 08 Jul 2024 04:42PM UTC 0
73.2
GitHub Action Run
Source Files on build 9842798170
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9842798170
  • c3cc2fb4 on github
  • Prev Build on BABEL_4_X_DEV (#9834285708)
  • Next Build on BABEL_4_X_DEV (#9842871771)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc