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.

Append breaks queries

See original GitHub issue

Append mess up query parameters:

var cn = new SqlConnection();
var qb = cn.QueryBuilder($"{ "A" }");
qb.Append($"{ "B" }");

Generated SQL query is expected to be: @p0 @p1 Actual: @p0 @p0 => A A

Issue exist at least on 1.07 - 1.09

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Drizincommented, Apr 27, 2021

LOL. By coincidence, I had just worked a few days ago with this regex (in a similar project) and I had noticed that the regex was not working fine when searching for word-boundaries.

0reactions
Risordcommented, May 3, 2021

@Drizin so far so good including issue posted by nikotree. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Append Queries as New will result in no query fold...
Dear fellow BI'ers, I have a really strange behaviour when appending queries as new. In my scenario, I have one source (SQL Server)...
Read more >
append results of sql query
i have two sql queries. select EmployeeID,FName from [Mydatabase].[dbo].EMPLOYEE_TABLE where EmployeeID not in (select ManagerID from ...
Read more >
Append Query using SQL in MS Access - Office 365 - YouTube
An Append Query is an action query that adds records to a table. Append Query is often referred to as an Insert Query...
Read more >
Power Query Append: Quickly combine many queries into 1
The Power Query Append transformation combines multiple queries into a single query - a powerful technique when working with multiple ...
Read more >
Solved: How to Append Works
If you append them as new, then Power Query will do the heavy lifting of appending them since query folding is broken. But...
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