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

Connection string "database" parsing ambiguity [DNET892] #819

Closed
firebird-automations opened this issue Aug 5, 2019 · 4 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: @cincuranet

@"database=C:\TEST.FDB":
DataSource=>localhost and Database=>C:\TEST.FDB

@"database=test:C:\TEST.FDB":
DataSource=>test and Database=>C:\TEST.FDB

Hence the first example could also be equivalent to this:
@"datasource=C;database=\TEST.FDB"

Commits: 06f00d1

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

The current decision is to have hostname to be at least 2 characters.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 7.0.0.0 [ 10912 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

summary: Connection string "database" parsing ambiguity => Connection string "database" parsing ambiguity #⁠breaking

@cincuranet cincuranet changed the title Connection string "database" parsing ambiguity #breaking [DNET892] Connection string "database" parsing ambiguity [DNET892] May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants