A simple and lightweight SQL client desktop with cross database and platform support.
Firefox and Chrome extension adds and extends features and functionality for Somethingawful.com
[Dependency] Bump jquery from 3.6.3 to 3.6.4 in /site (#9066)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps jquery from 3.6.3 to 3.6.4.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)To confirm what you'd accept, do you want me to leave sql
like it is, make it just sqlite
or sqlserver
, or make it just the ANSI sql?
[Dependency] Bump webpack from 5.56.1 to 5.76.1 in /site (#9036)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps webpack from 5.56.1 to 5.76.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.Would a community pull request be accepted that does this? Or just a PR that adds a separate sqlite
and sqlserver
language definitions? I plan to do this anyway since it improves how @popsql works as an editor, but just want to make sure I land this work in the best place, be it in this repo specifically, or in a third-party one.
Fix single quoted string escape
Update mysql.ts
Update mysql.ts
Update mysql.ts
Add CommonJS, ESM extension for TS
Added AVX 512 types to C++ syntax highlighting
add satisfies
keyword to typescript
Fix the color provider's columns
Fix the example so that the document colors' ranges encompass the entire word.
Signed-off-by: Remy Suen remy.suen@gmail.com
Use typescript.js as source for typescriptServices
Remove regex replacements from import-typescript
Also remove 'this' regex
Add new pgsql 15 functions
Signed-off-by: Matthew Peveler matt@popsql.com
Prepare for 0.34.1 (#3367)
Fix unit tests (#3368)
Smoketest improvements: (#3369)
Bring smoketest scripts together (#3370)
Add a smoketest for packaging with parcel (#3371)
Add a smoketest for packaging with parcel
Prevent parcel from bundling shims for process
or buffer
Merge branch 'main' into redo-require-removal
Merge pull request #3356 from jakebailey/redo-require-removal
Remove regex replacements from import-typescript
Fix publishing CI (#3375)
@rathboma This doc https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html does a good job walking you through it I think. Enumerating out the steps / subsections from that is:
rds_iam
to that user (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.DBAccounts.html#UsingWithRDS.IAMDBAuth.DBAccounts.PostgreSQL)another typo
Signed-off-by: Matthew Peveler matt.peveler@gmail.com
Fix typos in profile README
Signed-off-by: Matthew Peveler matt.peveler@gmail.com
Remove usage of signal-exit
Fix referencing isSilent under strict mode
Signed-off-by: Matthew Peveler matt@popsql.com
Fixes https://github.com/db-migrate/node-db-migrate/issues/590
This PR fixes a bug where when running db-migrate under strict mode (such as via its programmable api in a TS script), you'd get an undefined error when trying to reference this.isSilent
. This is because under script mode, the this
object is made undefined in a function as opposed to referencing the global scope (see "No this substitution" section in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#changes_in_strict_mode). Instead, we make the isSilent
variable accessible on the exports
object which gives the same overall characteristics as the global this
(such as being accessible and changeable via require), but that exports.isSilent
can be safely referenced within the functions.
An alternative approach could be:
this.isSilent = false;
var that = this;
// use that.isSilent everywhere
but this seemed more complicated than using exports.isSilent
.
Fix referencing isSilent under strict mode
[Dependency] Bump symfony/http-foundation from 5.4.20 to 5.4.21 in /site (#9005)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps symfony/http-foundation from 5.4.20 to 5.4.21.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)