question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Weird Table Names

See original GitHub issue

Hi! First of all, thanks for sharing your work!

I’m trying to bulkinsert async to a Table named “05_BENEFICIARIOS”.

await ((SqlConnection) db).BulkInsertAsync(list);

I’m getting the following error:

Incorrect syntax near ‘05_BENEFICIARIOS’. Incorrect syntax near the keyword ‘with’. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.

I don’t know what I’m doing wrong.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KostovMartincommented, Jan 21, 2019

Try without [] only “05_BENEFICIARIOS”, with next version we will fix that as well.

1reaction
KostovMartincommented, Jan 18, 2019

The issue was fixed in v1.4.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

50+ Fun & Unique Wedding Table Name Ideas You'll Love
You could include the French – J'taime, Greek – S'agapo, Italian – Ti amo. 18. Honeymoon Destination Wedding Table Names - from £80...
Read more >
Fun, unusual table name ideas - Fusion Events & Weddings
Whether you choose table names to reflect your wedding theme, or opt for something a bit more fun or unusual, hopefully these ideas...
Read more >
30 Amazing Wedding Table Name Ideas
1. The perfect festival 2. Sun, sea and sand 3. Hoppily ever after 4. Back to nature 5. Say cheese! 6. Raise a...
Read more >
Model names for weird table names
Model names for weird table names ; Cronix's avatar. Laracasts Elite. Community Pillar. Cronix ; Penaf's avatar · Penaf ; Cronix's avatar. Laracasts...
Read more >
50 Awesome Wedding Table Name Ideas To Express ...
Unique Table Names Ideas For Your Wedding · 1. Numbers. It's a classic, but using numbers is a simple, fuss-free and logical option...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found