Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: @@textsize configuration function #2497

Open
1 task done
kewinbrand opened this issue Apr 15, 2024 · 0 comments
Open
1 task done

[Bug]: @@textsize configuration function #2497

kewinbrand opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs

Comments

@kewinbrand
Copy link

What happened?

We tried to use a data and schema comparision between a SQL Server database and babelfish, but we are experiencing a missing function error
the tool in question is manufactured by Devart and its name is db Forge Studio for SQL Server. it is well known for database management

the error is

function sys.textsize() does not exist

analyzing via profiler, we noticed that the offending statement is

SELECT @@options as 'options', @@textsize AS 'textsize', @@lock_timeout as 'lock_timeout'

is there any plans to support textsize variable?

Version

BABEL_3_X_DEV (Default)

Extension

babelfishpg_tsql (Default)

Which flavor of Linux are you using when you see the bug?

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.
@kewinbrand kewinbrand added the bug Something isn't working label Apr 15, 2024
@suprio-amzn suprio-amzn added enhancement New feature or request good first issue Good for newcomers up-for-grabs and removed bug Something isn't working labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs
Projects
None yet
Development

No branches or pull requests

2 participants