-
Updated
Aug 7, 2021 - TypeScript
sqlserver

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,574 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Vue
-
Updated
Aug 5, 2021 - Java
-
Updated
Aug 6, 2021 - C#
-
Updated
Aug 6, 2021 - Java
-
Updated
Aug 6, 2021 - Java
-
Updated
Aug 3, 2021 - Java
支持符号调试
Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /
Environment
Liquibase Version:
4.1.0
Also latest master
Liquibase Integration & Version:
gradle, unknown version
Liquibase Extension(s) & Version:
Database Vendor & Version:
PostgreSQL: 12.X (occurs on all supported versions)
Operating System Type & Version:
MacOS 11.4 (20F71), but will occur on all supported OSs
Description
A clear and concis
-
Updated
Jul 30, 2021 - C#
Since SSMS is not available for ARM, I was seeking out alternatives and ran across this. Of course I can use mssql-cli's x86 edition via emulation, but I've been trying to only use natively compiled applications on my ARM device. Is there any hope of an ARM64 compilation for Windows on ARM? I need something lightweight like this to complement Visual Studio Code which is available natively on AR
-
Updated
Jul 20, 2021 - Go
-
Updated
Nov 17, 2020 - C#
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Jul 13, 2020 - F#
-
Updated
Apr 29, 2021 - C#
-
Updated
Aug 6, 2021 - Java
-
Updated
Jun 9, 2021 - C#
-
Updated
Jun 24, 2021 - C#
-
Updated
Mar 14, 2021 - C#
Bug description
When you run
npx prisma init
everything executes without problems but the.gitignore
file is being overwritten with the following content mentioned in Issue #3400How to reproduce
npm
project.gitignore
npx prisma init
.gitignore
file and notice it was overwrittenExpected beha