mssql
Here are 950 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Go
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline
That's good thinking, and I think that's relevant for another PR. The PR introducing the statistics singleton should also take care of the following bits of refactoring of the code:
- the singleton is named “state” as I initially though I would update the global state of the migration to be able to know
The problem faced currently?
Currently an end user can put any value for meta. Writing security rules to make the enforce a schema for meta is hard.
How can we solve it?
Accept a schema for the meta field. Something similar to what we did for custom events.
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important
I'm generating C# classes from the T4 templates. The classes are generated without errors but some back references are assigned random guids as opposed to the related table name. Is this by design? If so, why and can it be changed to reflect the correct table name property?
var result = Db.TblAccounts.LoadWith(x => x._30F767840CF546D08AC8552E413F4488)
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 26, 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
Jul 31, 2020 - Go
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Feb 21, 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
Aug 19, 2020 - PHP
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 27, 2020 - R
-
Updated
Jul 9, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Feb 28, 2020 - Rust
-
Updated
May 11, 2020 - Python
Improve this page
Add a description, image, and links to the mssql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mssql topic, visit your repo's landing page and select "manage topics."
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