| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Tdrz/#936 (#937) * refactorings; allow passing of initdb wasm module * fixes * docs changes for passing initdb.wasm manually * stylecheck * lock * add node types to new project * switch worker for stylecheck on CI * switch worker for stylecheck on CI * switch to https for wa-sqlite dep * remove file utils from pglite-utils bundle * fix module path resolution * fixes * cleanup * changeset | 5 个月前 | |
Version Packages (#796) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 11 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
website improvements (#1016) | 3 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Clarify pglite-server TCP and Unix socket connection examples (#1042) * Clarify pglite socket connection examples * Clarify postgres.js Unix socket connection guidance | 1 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
fix: detect Node via process.type to keep Electron main process working (#1033) * fix: detect Node via process.type, not process.versions.electron The Electron guard added in #951 (!process.versions.electron) also disabled the Node code path in the Electron main and utility processes, which are real Node environments that need it. process.versions.electron is set in every Electron process, not just the renderer. Key off process.type instead: exclude only Electron's web contexts ('renderer', 'worker', 'service-worker'), keeping the Node path for the main ('browser') and utility processes, and for plain Node (no process.type). Fixes the renderer crash from #813 without regressing PGlite in the Electron main process. Refs #951, #813 * refactor: extract isElectronWebContext helper, trim comment Address review feedback on #1033: move the Electron/Node detection out of the IN_NODE expression into a small named helper and trim the explanatory comment from 9 lines to 3. Behavior is unchanged. | 2 个月前 | |
Version Packages (#1044) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2 个月前 | |
fix: bind formatQuery params by position, not textual order (#1056) formatQuery rewrote $N placeholders as %NL, but format() reads a bare %NL as "min width N" and consumes arguments sequentially. Out-of-order placeholders therefore silently bound the wrong values (live.query and live.incrementalQuery inline params through this path), and a repeated placeholder failed with "too few arguments for format()". Emit the positional %N$L instead. Fixes #1055 Co-authored-by: Claude Fable 5 <noreply@anthropic.com> | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 11 个月前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 1 个月前 |