Results 26 issues of MSugiura

After completing the demonstration experiment, it was confirmed that there is practicality, so we will review the structure once. Here are some ideas for revision: - Separate the model structure...

redefinition

Consider integration because it is almost the same as "ValueExpression" class

I want to make it easy to inject search conditions into handwritten select queries. For example, searching for SelectQuery by table name, or converting an existing query to a CTE.

enhancement

When specifying a column name in order by etc., I think that it will probably go wrong if an existing column clause is substituted.

There is already a SQL builder called LINQ, but I don't like its syntax. I would like to write a syntax that is more similar to C# and SQL, and...

experiment

image ```cs var a = Sql.Table(); // Define table A var b = Sql.Table(); // Define table B var c = Sql.Table(); // Define table C var query = Sql.From(a)...

experiment

candidate Joining tables when column names are different Row Number CTE Case Coalesce Concat Like In Exists SubQuery Group Order

documentation