This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
forked from loopbackio/loopback-connector-mssql
-
Notifications
You must be signed in to change notification settings - Fork 1
fix: restore the repo using Revert 1 branch #2
Open
venkatadhatri
wants to merge
336
commits into
LabShare-Archive:master
Choose a base branch
from
venkatadhatri:revert_1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.1.4
Per Sumitha: Input from user: "I think: `port: 3306` is wrong, because this is the default MySQL port. MSSQL uses the default port 1433"
1.1.5 * Update README.md (Rand McKinney) * Add contribution guidelines (Ryan Graham)
Map required/id properties to NOT NULL
1.1.6 * Update deps (Raymond Feng) * Map required/id properties to NOT NULL (Raymond Feng)
handle precision and scale
fixed race condition causing incorrect IDs to be reported on INSERT
1.2.0 * Update test dep (Raymond Feng) * Fix the missing var (Raymond Feng) * fixed race condition causing incorrect IDs to be reported on INSERT (bitmage) * handle precision and scale (bitmage)
…ction Fix SQL injection
1.3.0 * Fix SQL injection (Raymond Feng) * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
Fix: empty inq/nin function correctly
…-templates chore: improve issue and PR templates
fix: added missing 'ORDER BY' before 'OFFSET' II
chore: update copyrights year and CODEOWNERS
We had this in the past as facebook/regenerator was under a restrictive license and now it's under MIT.
chore: drop node 8
Execute alterTable statements in order
Update migration.js
Signed-off-by: Diana Lau <[email protected]>
chore: switch to DCO
Fix migration to use idNames() instead of idName(), allowing for a composite primary key from multiple columns Signed-off-by: ataft <[email protected]> Composite Key Test Added test for composite key Signed-off-by: ataft <[email protected]>
allows composite keys on migration only
Signed-off-by: Diana Lau <[email protected]>
chore: update docker image in setup.sh
Fixes loopbackio#239 Signed-off-by: uma mahesh <[email protected]>
fix: upgrade libraries to fix CVE issues
Signed-off-by: Diana Lau <[email protected]>
Signed-off-by: Diana Lau <[email protected]>
Signed-off-by: Diana Lau <[email protected]>
…:venkatadhatri/loopback-connector-mssql into revert_1
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
npm test
passes on your machine