issues Search Results · repo:Drizin/InterpolatedSql language:C#
Filter by
18 results
(71 ms)18 results
inDrizin/InterpolatedSql (press backspace or delete to remove)InterpolatedSql.Dapper Version= 2.3.0 Npgsql Version= 9.0.2
Table:
create table if not exists Translations(
id bigserial primary key,
original_lang text,
translations jsonb not null
);
insert ...
euandmj
- 1
- Opened on Jan 13
- #22
I have an Oracle insert statement where I would like to return the inserted id. For this i can use
ParameterDirection.ReturnValue
However, I have found that it is not possible to define a ReturnValue ...
spx-mw
- Opened on Jan 6
- #21
Hey, first i want to point out that i love the idea of this library and i recently discovered it. I have a question
about bulk operations. Is there a chance to do bulk operations for example inserts?
...
help wanted
question
janbiehl
- Opened on Jan 4
- #20
Hey, found an issue regarding the null safety on return type of OrDefault methods on IDapperSqlBuilderExtensions as
these methods can return null.
The FirstOrDefault/SingleOrDefault extension methods ...
j-caetano
- 1
- Opened on Oct 17, 2024
- #19
Ran into an issue today with this where the parameters being assigned were not getting incremented correctly inside of a
CTE that also had a subquery in it using a list of parameters.
pseudocode example: ...
help wanted
chadbergeron
- 2
- Opened on Oct 8, 2024
- #18
When using this package in a class library that uses multi-targeting (in my case it s .net standard 2.0 and .net 8), if
a project consuming the class library is compatible with targeting .net standard ...
chadbergeron
- 2
- Opened on Aug 20, 2024
- #17
AsuraKev
- 5
- Opened on Apr 17, 2024
- #16
[UPDATE] Simplifying issue from previous iteration and will investigate my previous issues further once this is fixed.
QueryBuilder is crashing NUnit with stack overflow exception while SqlBuilder works. ...
terryaney
- 4
- Opened on Mar 10, 2024
- #12
Hi there, First of all I am using dapper :)
I am doing two dynamic pagination queries where one will fetch the total count and another one with pagination result.
This is how I am trying it out
image ...
AsuraKev
- 4
- Opened on Feb 19, 2024
- #11
Could be by design and that is fine, but in DapperQueryBuilder, I could do:
qb.AppendLine( fileKey != null
? (FormattableString)$ AND f.UID = {fileKey}
: $ AND fo.Name = {folder:varchar(200)} AND ...
question
terryaney
- 5
- Opened on Nov 18, 2023
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.