Duplicate Table Names Cannot Be Resolved

Open
#748 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
fsharp, sql
Domain
databases

Research direction

Reproduce the issue by pointing SQLProvider at a database containing both TableName and Table_Name, then access the tables and observe the intellisense errors. Trace the table-resolution entry point and verify completion when both names appear in the table list and are accessible from code.

Written by the indexing model from the issue text.

Description

Describe the bug
If you have a database with two tables named TableName and Table_Name, SQLProvider will be unable to resolve the names.

To Reproduce
Steps to reproduce the behavior:

  1. Point SQLProvider at a database with pseudo duplicate names.
  2. Access the tables in code and watch intellisense complain.

Expected behavior
SQLProvider should be able to resolve the names and display them in the list of tables.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
Dominant language
F#
Stars
627
Forks
147
Avg merge
2h 2m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fsprojects/SQLProvider

All issues in fsprojects/SQLProvider

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.