Artyom Shalkhakov

Results 14 issues of Artyom Shalkhakov

This seems like a great effort, thanks! However, I don't quite understand how to use it. Are there any docs or examples, anywhere?

enhancement
help wanted

Here's a simple scenario: you have a very basic table and you want to perform basic operations on it (`SELECT`, `INSERT`, `UPDATE`, `DELETE`), e.g.: ```fsharp type Adapter = TableAdapter ```...

I'd like to use Rezoom.SQL as command-line tool: you give it your migrations, and it generates some source code for you (or indeed a minimal assembly). Pros: * usage on...

enhancement

Adding a simple rule that I need very much at the moment. We have plenty of code that goes like `INSERT INTO tab VALUES (...)` (or its variations) and I...

First off, thank you for a great tool. I have this issue at work where we have a moderately sized T-SQL codebase that uses the statements of the form ```tsql...

enhancement

When accepting a derived Add form with embedded Browse form for a table that has a column of type Graphic, I get the error "StreamID {id} not found". I've uploaded...

Below are some thoughts on improving the interpreter. Posting mainly for discussion. Proposal 1 (on nil handling in the interpreter): 1. add a new characteristic to operators, IsNilPropagating, which means...

We have implemented change tracking operators in MSSQL device following the MS SQL Server change tracking support: 1. `CHANGETABLE_CHANGES(table,Long): table` (maps to `CHANGETABLE(CHANGES...)` operator in SQL Server): returns some change...

This is what I use for building Spearmint on Steam Deck. I realize it's very crude, but it worked for me so far.

It seems that the GitHub token can be added to the repository settings in Travis dashboard: pick a repo, click on 'More options', then 'Settings', 'Environment variables', then add GH_TOKEN...