mssql
Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
Here are 1,058 public repositories matching this topic...
-
Updated
Dec 2, 2020 - Vue
-
Updated
Apr 3, 2020 - Go
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
Currently, the macros expect SQLX_OFFLINE to equal "true" (case insensitive) to force offline mode. This is fine, but environment variables that can switch something on or off typically also accept 0 as false and 1 as true.
This should be a relatively easy fix, the code is here: https://github.com/launchbadge/sqlx/blob/master/sqlx-macros/src/query/mod.rs#L40
I would also prefer to use
The problem faced currently?
Currently space cloud doesn't allow the end-user to set content type while uploading objects to file store. This works in many cases. But when you are using file store for rendering media content in your app. The browser might render files depending upon the content type set in http response. For media content, if content type is not known by the browser, the Brow
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:
public enum Gender
{
[MapValue("M")] Male,
[MapValue("F")] Female,
[MapValue("U")] Unknown,
[MapValue("O")] Other,
}But I don't like this approach (see my longer explanation below). Thank you in
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
We have a switch as [switch]$Enable that should enable the login but it is not actually coded to do anything.
All that is needed would be logic around whether the parameter was passed in, within the process block would be sufficient: Test-Bound Enable will return true if the parameter was properly passed into the function call.
If passed in then the login object has a Enable() method t
-
Updated
Nov 30, 2020 - Go
-
Updated
Oct 29, 2020 - Go
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 16, 2020 - C#
Describe the bug
"Select file" for the socket file path shows a local file chooser, even when I'm in a remote workspace and thus would expect to look for a file on the remote system.
To Reproduce
Try selecting a socket file path when you are using a remote vscode workspace
Expected behavior
File picker that shows remote files
**Desktop (please complete the following informa
-
Updated
Dec 25, 2019 - Python
-
Updated
Dec 2, 2020 - PHP
-
Updated
Dec 2, 2020 - R
-
Updated
Aug 13, 2020 - Python
-
Updated
Nov 13, 2020 - C#
-
Updated
Apr 29, 2020 - C#
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk