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,008 public repositories matching this topic...
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
-
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 we use the default rolling upgrade strategy for upgrading services. It would be great if we could make it configurable.
How can we solve it?
Add a field in the service object to accept service upgrade strategy
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you.
It's hacky because of a leaky abstraction: marking a property by an attribute to specify it as a column - is an implementation detail and it's quite low-level. If we need to say 'this property is a column' in a generic way - there must be a higher-level entity/API of doing so (without using attributes).
Think it the other way - IMetadataReader returns an attribute which is really not there (not o
Microsoft SQL Server client for Node.js
-
Updated
Oct 2, 2020 - JavaScript
The most popular FOSS online survey tool on the web.
-
Updated
Oct 7, 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
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
-
Updated
Sep 12, 2020 - Go
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
-
Updated
Sep 18, 2020 - Go
Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
-
Updated
Sep 3, 2020 - JavaScript
ASP.NET Core CMS
-
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
K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动
-
Updated
Dec 25, 2019 - Python
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
-
Updated
Oct 6, 2020 - PHP
mssqlproxy is a toolkit aimed to perform lateral movement in restricted environments through a compromised Microsoft SQL Server via socket reuse
-
Updated
Aug 13, 2020 - Python
Validation of local and remote data tables
-
Updated
Oct 7, 2020 - R
Script and create SQL Server objects quickly
-
Updated
Jul 9, 2020 - C#
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
-
Updated
Apr 29, 2020 - C#
TDS 7.4 (mssql / Microsoft SQL Server) async driver for rust. Fork at: https://github.com/prisma/tiberius
-
Updated
Feb 28, 2020 - Rust


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