-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: foxmaik/node-sql
base: master
head repository: brianc/node-sql
compare: master
- 14 commits
- 11 files changed
- 2 contributors
Commits on Jun 9, 2018
-
- Support for "left join lateral" in Postgres which converts to "oute…
…r apply" in Microsoft SQL Server and Oracle.
Configuration menu - View commit details
-
Copy full SHA for 6916535 - Browse repository at this point
Copy the full SHA 6916535View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed315d2 - Browse repository at this point
Copy the full SHA ed315d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c1622 - Browse repository at this point
Copy the full SHA b0c1622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f281f - Browse repository at this point
Copy the full SHA 44f281fView commit details -
- Update ".travis.yml" to allow failures on Node 0.10 and 0.11 since …
…the mocha library is doing stuff that isn't allowed.
Configuration menu - View commit details
-
Copy full SHA for 845e4cc - Browse repository at this point
Copy the full SHA 845e4ccView commit details -
- Update ".travis.yml" to allow failures on Node 0.10 and 0.11 since …
…the mocha library is doing stuff that isn't allowed.
Configuration menu - View commit details
-
Copy full SHA for 8e5a36b - Browse repository at this point
Copy the full SHA 8e5a36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761469e - Browse repository at this point
Copy the full SHA 761469eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c2e66 - Browse repository at this point
Copy the full SHA c5c2e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f4525 - Browse repository at this point
Copy the full SHA e8f4525View commit details -
Update ".travis.yml" to allow failures on Node 0.10 and 0.11 since th…
…e mocha library is doing stuff that isn't allowed.
Configuration menu - View commit details
-
Copy full SHA for 3b8de47 - Browse repository at this point
Copy the full SHA 3b8de47View commit details
Commits on Sep 24, 2019
-
Merge pull request brianc#399 from danrzeppa/dan-leftjoinlateral
Support for "left join lateral" / "outer apply"
Configuration menu - View commit details
-
Copy full SHA for 346ab7d - Browse repository at this point
Copy the full SHA 346ab7dView commit details -
Merge pull request brianc#400 from danrzeppa/dan-toplevelsubquery
Top-Level SubQuery support
Configuration menu - View commit details
-
Copy full SHA for 08940f9 - Browse repository at this point
Copy the full SHA 08940f9View commit details -
Merge pull request brianc#398 from danrzeppa/dan-mssqlconcat
Override for Microsoft SQL Server concatenation operator.
Configuration menu - View commit details
-
Copy full SHA for c90f044 - Browse repository at this point
Copy the full SHA c90f044View commit details
Commits on Aug 24, 2024
-
Type change to allow typescript > 2.7.2 (brianc#421)
Typescript versions greater than 2.7.2, `keyof` produces `string|number|symbol`, failing on line 40. One fix is have on lines 19 and 22 `Name extends string|number|symbol` instead of `Name extends string`. But this work around may feel a bit not intuitive. Change directly on line 40, `&` with `string` does the trick of fitting types.
Configuration menu - View commit details
-
Copy full SHA for cc15b67 - Browse repository at this point
Copy the full SHA cc15b67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master