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] MSQL Resource Ignores Database Name #3796

Closed
1 of 3 tasks
alexwijoyo opened this issue Jul 15, 2024 · 3 comments
Closed
1 of 3 tasks

[BUG] MSQL Resource Ignores Database Name #3796

alexwijoyo opened this issue Jul 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@alexwijoyo
Copy link

Description

When I query select * from MyTable; and try to run it. It will cause error: Invalid object name 'MyTable'

Steps to reproduce

  1. Run SQL Server Profiler trace from your database server. Show Database Name column.
  2. Go to Resource
  3. Click Create New
  4. Choose Microsoft SQL
  5. Fill Name input
  6. Fill Hostname/Port input
  7. Fill Database input
  8. Fill Username/Password input
  9. Click Test Connection button
  10. It will show Test successfully message
  11. Check from SQL Server Profiler trace the query called from Master database not from specified Database in resource

Version

self-host

ILLA Builder Version

latest

Browser

No response

Operating System

  • macOS
  • Windows
  • Linux

Additional Information

No response

@alexwijoyo alexwijoyo added the bug Something isn't working label Jul 15, 2024
@naj1n
Copy link
Contributor

naj1n commented Jul 16, 2024

This issue has been fixed in the latest version. Please pull the latest illasoft/illa-builder:latest image to verify if the fix is effective. If you encounter any further issues, feel free to reach out.

@alexwijoyo
Copy link
Author

@naj1n I will test it

@alexwijoyo
Copy link
Author

@naj1n problem solved thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants