@machinemetrics/mm-erp-sdk 0.1.8-beta.6 → 0.1.8-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +2 -8
  2. package/dist/{config-152LkbTv.js → config-qat9zgOl.js} +2 -2
  3. package/dist/{config-152LkbTv.js.map → config-qat9zgOl.js.map} +1 -1
  4. package/dist/{connector-factory-wivcyMhC.js → connector-factory-C2czCs9v.js} +2 -2
  5. package/dist/{connector-factory-wivcyMhC.js.map → connector-factory-C2czCs9v.js.map} +1 -1
  6. package/dist/{hashed-cache-manager-BnviJzB7.js → hashed-cache-manager-CzyFSt2B.js} +4 -4
  7. package/dist/{hashed-cache-manager-BnviJzB7.js.map → hashed-cache-manager-CzyFSt2B.js.map} +1 -1
  8. package/dist/{index-DNqHWa8F.js → index-B9wo8pld.js} +2 -2
  9. package/dist/{index-DNqHWa8F.js.map → index-B9wo8pld.js.map} +1 -1
  10. package/dist/index.d.ts +4 -6
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/{logger-HAWySEbs.js → logger-Db8CkwR6.js} +11 -83
  13. package/dist/{logger-HAWySEbs.js.map → logger-Db8CkwR6.js.map} +1 -1
  14. package/dist/mm-erp-sdk.js +6 -200
  15. package/dist/mm-erp-sdk.js.map +1 -1
  16. package/dist/services/data-sync-service/jobs/clean-up-expired-cache.js +4 -4
  17. package/dist/services/data-sync-service/jobs/from-erp.js +4 -4
  18. package/dist/services/data-sync-service/jobs/retry-failed-labor-tickets.js +3 -3
  19. package/dist/services/data-sync-service/jobs/run-migrations.js +1 -1
  20. package/dist/services/data-sync-service/jobs/to-erp.d.ts.map +1 -1
  21. package/dist/services/data-sync-service/jobs/to-erp.js +3 -3
  22. package/dist/services/data-sync-service/jobs/to-erp.js.map +1 -1
  23. package/dist/services/mm-api-service/mm-api-service.d.ts +4 -4
  24. package/dist/services/mm-api-service/mm-api-service.d.ts.map +1 -1
  25. package/dist/services/mm-api-service/types/checkpoint.d.ts +1 -2
  26. package/dist/services/mm-api-service/types/checkpoint.d.ts.map +1 -1
  27. package/dist/services/reporting-service/logger.d.ts.map +1 -1
  28. package/dist/types/erp-connector.d.ts +4 -2
  29. package/dist/types/erp-connector.d.ts.map +1 -1
  30. package/dist/types/erp-types.d.ts +0 -10
  31. package/dist/types/erp-types.d.ts.map +1 -1
  32. package/dist/types/index.d.ts +1 -1
  33. package/dist/types/index.d.ts.map +1 -1
  34. package/dist/utils/standard-process-drivers/labor-ticket-erp-synchronizer.d.ts +2 -3
  35. package/dist/utils/standard-process-drivers/labor-ticket-erp-synchronizer.d.ts.map +1 -1
  36. package/dist/utils/standard-process-drivers/standard-process-drivers.d.ts +3 -3
  37. package/dist/utils/standard-process-drivers/standard-process-drivers.d.ts.map +1 -1
  38. package/package.json +1 -2
  39. package/src/index.ts +6 -27
  40. package/src/services/data-sync-service/jobs/to-erp.ts +1 -2
  41. package/src/services/mm-api-service/mm-api-service.ts +4 -4
  42. package/src/services/mm-api-service/types/checkpoint.ts +1 -3
  43. package/src/services/reporting-service/logger.ts +11 -94
  44. package/src/types/erp-connector.ts +5 -2
  45. package/src/types/erp-types.ts +0 -12
  46. package/src/types/index.ts +0 -1
  47. package/src/utils/standard-process-drivers/labor-ticket-erp-synchronizer.ts +2 -3
  48. package/src/utils/standard-process-drivers/standard-process-drivers.ts +3 -3
  49. package/dist/services/psql-erp-service/configuration.d.ts +0 -10
  50. package/dist/services/psql-erp-service/configuration.d.ts.map +0 -1
  51. package/dist/services/psql-erp-service/index.d.ts +0 -14
  52. package/dist/services/psql-erp-service/index.d.ts.map +0 -1
  53. package/dist/services/psql-erp-service/internal/types/psql-types.d.ts +0 -12
  54. package/dist/services/psql-erp-service/internal/types/psql-types.d.ts.map +0 -1
  55. package/dist/services/psql-erp-service/psql-helpers.d.ts +0 -32
  56. package/dist/services/psql-erp-service/psql-helpers.d.ts.map +0 -1
  57. package/dist/services/psql-erp-service/psql-service.d.ts +0 -36
  58. package/dist/services/psql-erp-service/psql-service.d.ts.map +0 -1
  59. package/src/services/psql-erp-service/configuration.ts +0 -9
  60. package/src/services/psql-erp-service/index.ts +0 -22
  61. package/src/services/psql-erp-service/internal/types/psql-types.ts +0 -13
  62. package/src/services/psql-erp-service/psql-helpers.ts +0 -90
  63. package/src/services/psql-erp-service/psql-service.ts +0 -178
@@ -1,10 +0,0 @@
1
- export interface PsqlConfiguration {
2
- host: string;
3
- port: string;
4
- database: string;
5
- username: string;
6
- password: string;
7
- connectionTimeout?: string;
8
- requestTimeout?: string;
9
- }
10
- //# sourceMappingURL=configuration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../src/services/psql-erp-service/configuration.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -1,14 +0,0 @@
1
- import { PsqlService } from "./psql-service";
2
- /**
3
- * A class to manage interactions with PSQL (Pervasive) databases via ODBC
4
- */
5
- export { PsqlService };
6
- /**
7
- * Configuration interface for PSQL connections
8
- */
9
- export type { PsqlConfiguration } from "./configuration";
10
- /**
11
- * Helper functions for PSQL data formatting
12
- */
13
- export { formatPsqlDate, formatPsqlTime, combinePsqlDateTime, isPsqlDateEmpty, cleanPsqlCharField, } from "./psql-helpers";
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/psql-erp-service/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;GAEG;AACH,YAAY,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;GAEG;AACH,OAAO,EACL,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,eAAe,EACf,kBAAkB,GACnB,MAAM,gBAAgB,CAAC"}
@@ -1,12 +0,0 @@
1
- /**
2
- * PSQL-specific type definitions
3
- */
4
- export interface OdbcError {
5
- state: string;
6
- message: string;
7
- code?: number;
8
- }
9
- export interface OdbcErrorResponse extends Error {
10
- odbcErrors?: OdbcError[];
11
- }
12
- //# sourceMappingURL=psql-types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"psql-types.d.ts","sourceRoot":"","sources":["../../../../../src/services/psql-erp-service/internal/types/psql-types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAkB,SAAQ,KAAK;IAC9C,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;CAC1B"}
@@ -1,32 +0,0 @@
1
- /**
2
- * Helper functions for PSQL/Pervasive database operations
3
- */
4
- /**
5
- * Formats a date from PSQL YYMMDD format to ISO date string
6
- * @param psqlDate Date in YYMMDD format (e.g., "250105" for Jan 5, 2025)
7
- * @returns ISO date string (e.g., "2025-01-05") or null if invalid
8
- */
9
- export declare function formatPsqlDate(psqlDate: string): string | null;
10
- /**
11
- * Formats a time from PSQL HHMM format to HH:MM:SS
12
- * @param psqlTime Time in HHMM format (e.g., "1430" for 2:30 PM)
13
- * @returns Time string in HH:MM:SS format or null if invalid
14
- */
15
- export declare function formatPsqlTime(psqlTime: string): string | null;
16
- /**
17
- * Combines PSQL date and time into ISO datetime string
18
- * @param psqlDate Date in YYMMDD format
19
- * @param psqlTime Time in HHMM format
20
- * @returns ISO datetime string or null if invalid
21
- */
22
- export declare function combinePsqlDateTime(psqlDate: string, psqlTime: string): string | null;
23
- /**
24
- * Helper to check if a PSQL date is "empty" (000000 or blank)
25
- */
26
- export declare function isPsqlDateEmpty(psqlDate: string): boolean;
27
- /**
28
- * Clean and trim PSQL CHAR field (removes trailing spaces)
29
- * PSQL CHAR fields are fixed-width and padded with spaces
30
- */
31
- export declare function cleanPsqlCharField(value: string | null | undefined): string;
32
- //# sourceMappingURL=psql-helpers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"psql-helpers.d.ts","sourceRoot":"","sources":["../../../src/services/psql-erp-service/psql-helpers.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAuB9D;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAY9D;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,GACf,MAAM,GAAG,IAAI,CASf;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAK3E"}
@@ -1,36 +0,0 @@
1
- import { PsqlConfiguration } from "./configuration";
2
- import { ERPResponse } from "../../types/erp-types";
3
- type PagingParams = {
4
- limit?: number;
5
- offset?: number;
6
- };
7
- export declare class PsqlService {
8
- private config;
9
- constructor(config: PsqlConfiguration);
10
- /**
11
- * Build PSQL ODBC connection string
12
- * CRITICAL: ServerName must use IP.PORT format (e.g., 10.4.0.11.1583)
13
- */
14
- private buildConnectionString;
15
- /**
16
- * Execute a query and return the results
17
- * Creates a fresh connection for each query to avoid handle corruption
18
- *
19
- * @param query The SQL query to execute
20
- * @param params Query parameters (currently unused for PSQL read operations)
21
- * @param paging Optional paging parameters
22
- * @returns The entities fetched from the database, along with paging information
23
- */
24
- executePreparedStatement(query: string, params?: Record<string, string>, paging?: PagingParams): Promise<ERPResponse | undefined>;
25
- /**
26
- * Transform ODBC result set to array of Record<string, string> instances.
27
- * IMPORTANT: PSQL CHAR fields are often padded with spaces - we trim them
28
- */
29
- static recordsetToRecords(recordset: any[]): Record<string, string>[];
30
- /**
31
- * Handle ODBC errors and provide meaningful messages
32
- */
33
- private handleOdbcError;
34
- }
35
- export {};
36
- //# sourceMappingURL=psql-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"psql-service.d.ts","sourceRoot":"","sources":["../../../src/services/psql-erp-service/psql-service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD,KAAK,YAAY,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBAAa,WAAW;IACtB,OAAO,CAAC,MAAM,CAAoB;gBAEtB,MAAM,EAAE,iBAAiB;IASrC;;;OAGG;IACH,OAAO,CAAC,qBAAqB;IAe7B;;;;;;;;OAQG;IACU,wBAAwB,CACnC,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,EACnC,MAAM,CAAC,EAAE,YAAY,GACpB,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;IAqEnC;;;OAGG;WACW,kBAAkB,CAAC,SAAS,EAAE,GAAG,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE;IAkB5E;;OAEG;IACH,OAAO,CAAC,eAAe;CA4BxB"}
@@ -1,9 +0,0 @@
1
- export interface PsqlConfiguration {
2
- host: string;
3
- port: string;
4
- database: string;
5
- username: string;
6
- password: string;
7
- connectionTimeout?: string;
8
- requestTimeout?: string;
9
- }
@@ -1,22 +0,0 @@
1
- import { PsqlService } from "./psql-service";
2
-
3
- /**
4
- * A class to manage interactions with PSQL (Pervasive) databases via ODBC
5
- */
6
- export { PsqlService };
7
-
8
- /**
9
- * Configuration interface for PSQL connections
10
- */
11
- export type { PsqlConfiguration } from "./configuration";
12
-
13
- /**
14
- * Helper functions for PSQL data formatting
15
- */
16
- export {
17
- formatPsqlDate,
18
- formatPsqlTime,
19
- combinePsqlDateTime,
20
- isPsqlDateEmpty,
21
- cleanPsqlCharField,
22
- } from "./psql-helpers";
@@ -1,13 +0,0 @@
1
- /**
2
- * PSQL-specific type definitions
3
- */
4
-
5
- export interface OdbcError {
6
- state: string;
7
- message: string;
8
- code?: number;
9
- }
10
-
11
- export interface OdbcErrorResponse extends Error {
12
- odbcErrors?: OdbcError[];
13
- }
@@ -1,90 +0,0 @@
1
- /**
2
- * Helper functions for PSQL/Pervasive database operations
3
- */
4
-
5
- /**
6
- * Formats a date from PSQL YYMMDD format to ISO date string
7
- * @param psqlDate Date in YYMMDD format (e.g., "250105" for Jan 5, 2025)
8
- * @returns ISO date string (e.g., "2025-01-05") or null if invalid
9
- */
10
- export function formatPsqlDate(psqlDate: string): string | null {
11
- if (!psqlDate || psqlDate === "000000" || psqlDate.trim() === "") {
12
- return null;
13
- }
14
-
15
- try {
16
- const year = parseInt(psqlDate.substring(0, 2), 10);
17
- const month = parseInt(psqlDate.substring(2, 4), 10);
18
- const day = parseInt(psqlDate.substring(4, 6), 10);
19
-
20
- // Convert 2-digit year to 4-digit (assuming 2000s)
21
- const fullYear = year + 2000;
22
-
23
- // Basic validation
24
- if (month < 1 || month > 12 || day < 1 || day > 31) {
25
- return null;
26
- }
27
-
28
- const date = new Date(fullYear, month - 1, day);
29
- return date.toISOString().split("T")[0];
30
- } catch (error) {
31
- return null;
32
- }
33
- }
34
-
35
- /**
36
- * Formats a time from PSQL HHMM format to HH:MM:SS
37
- * @param psqlTime Time in HHMM format (e.g., "1430" for 2:30 PM)
38
- * @returns Time string in HH:MM:SS format or null if invalid
39
- */
40
- export function formatPsqlTime(psqlTime: string): string | null {
41
- if (!psqlTime || psqlTime.trim() === "") {
42
- return null;
43
- }
44
-
45
- try {
46
- const hours = psqlTime.substring(0, 2);
47
- const minutes = psqlTime.substring(2, 4);
48
- return `${hours}:${minutes}:00`;
49
- } catch (error) {
50
- return null;
51
- }
52
- }
53
-
54
- /**
55
- * Combines PSQL date and time into ISO datetime string
56
- * @param psqlDate Date in YYMMDD format
57
- * @param psqlTime Time in HHMM format
58
- * @returns ISO datetime string or null if invalid
59
- */
60
- export function combinePsqlDateTime(
61
- psqlDate: string,
62
- psqlTime: string
63
- ): string | null {
64
- const date = formatPsqlDate(psqlDate);
65
- const time = formatPsqlTime(psqlTime);
66
-
67
- if (!date || !time) {
68
- return null;
69
- }
70
-
71
- return `${date}T${time}`;
72
- }
73
-
74
- /**
75
- * Helper to check if a PSQL date is "empty" (000000 or blank)
76
- */
77
- export function isPsqlDateEmpty(psqlDate: string): boolean {
78
- return !psqlDate || psqlDate === "000000" || psqlDate.trim() === "";
79
- }
80
-
81
- /**
82
- * Clean and trim PSQL CHAR field (removes trailing spaces)
83
- * PSQL CHAR fields are fixed-width and padded with spaces
84
- */
85
- export function cleanPsqlCharField(value: string | null | undefined): string {
86
- if (value === null || value === undefined) {
87
- return "";
88
- }
89
- return String(value).trim();
90
- }
@@ -1,178 +0,0 @@
1
- import odbc from "odbc";
2
- import { PsqlConfiguration } from "./configuration";
3
- import { ERPResponse } from "../../types/erp-types";
4
- import { OdbcErrorResponse } from "./internal/types/psql-types";
5
- import logger from "../reporting-service/logger";
6
-
7
- type PagingParams = {
8
- limit?: number;
9
- offset?: number;
10
- };
11
-
12
- export class PsqlService {
13
- private config: PsqlConfiguration;
14
-
15
- constructor(config: PsqlConfiguration) {
16
- this.config = config;
17
- }
18
-
19
- // REMOVED: dispose() method - not needed anymore
20
- // REMOVED: connection property - not needed anymore
21
- // REMOVED: openConnection() method - not needed anymore
22
- // REMOVED: closeConnection() method - not needed anymore
23
-
24
- /**
25
- * Build PSQL ODBC connection string
26
- * CRITICAL: ServerName must use IP.PORT format (e.g., 10.4.0.11.1583)
27
- */
28
- private buildConnectionString(): string {
29
- const serverName = `${this.config.host}.${this.config.port}`;
30
-
31
- return (
32
- [
33
- "Driver={Pervasive ODBC Interface}",
34
- `ServerName=${serverName}`,
35
- `DBQ=${this.config.database}`,
36
- `UID=${this.config.username}`,
37
- `PWD=${this.config.password}`,
38
- "AutoDoubleQuote=0",
39
- ].join(";") + ";"
40
- );
41
- }
42
-
43
- /**
44
- * Execute a query and return the results
45
- * Creates a fresh connection for each query to avoid handle corruption
46
- *
47
- * @param query The SQL query to execute
48
- * @param params Query parameters (currently unused for PSQL read operations)
49
- * @param paging Optional paging parameters
50
- * @returns The entities fetched from the database, along with paging information
51
- */
52
- public async executePreparedStatement(
53
- query: string,
54
- params: Record<string, string> = {},
55
- paging?: PagingParams
56
- ): Promise<ERPResponse | undefined> {
57
- let connection: odbc.Connection | null = null;
58
-
59
- try {
60
- // Create fresh connection for THIS query only
61
- const connStr = this.buildConnectionString();
62
- logger.debug("Creating fresh PSQL connection for query");
63
- connection = await odbc.connect(connStr);
64
-
65
- if (Object.keys(params).length > 0) {
66
- logger.warn(
67
- "PsqlService: Query parameters provided but parameter binding not yet implemented. " +
68
- "Using direct query execution."
69
- );
70
- }
71
-
72
- const records = await connection.query(query);
73
- const allRecords = PsqlService.recordsetToRecords(records);
74
- const rowsFetched = allRecords.length;
75
-
76
- // Apply paging if requested
77
- const pagedData =
78
- paging?.offset !== undefined || paging?.limit !== undefined
79
- ? allRecords.slice(
80
- paging.offset || 0,
81
- (paging.offset || 0) + (paging.limit || allRecords.length)
82
- )
83
- : allRecords;
84
-
85
- return {
86
- data: pagedData,
87
- paging: {
88
- count: rowsFetched,
89
- limit: paging?.limit || 0,
90
- offset: paging?.offset || 0,
91
- nextPage:
92
- paging?.limit && (paging.offset || 0) + paging.limit < rowsFetched
93
- ? String((paging.offset || 0) + paging.limit)
94
- : undefined,
95
- previousPage: paging?.offset
96
- ? String(Math.max(0, (paging.offset || 0) - (paging.limit || 10)))
97
- : undefined,
98
- },
99
- };
100
- } catch (error) {
101
- const errorInfo = error as OdbcErrorResponse;
102
- logger.error("Error fetching data from PSQL", {
103
- error: errorInfo.message,
104
- odbcErrors: errorInfo.odbcErrors,
105
- query: query.substring(0, 200), // Log first 200 chars of query
106
- });
107
-
108
- throw this.handleOdbcError(errorInfo);
109
- } finally {
110
- // CRITICAL: Always close connection, even on error
111
- if (connection) {
112
- try {
113
- await connection.close();
114
- logger.debug("PSQL connection closed successfully");
115
- } catch (err) {
116
- // Don't throw on close errors, just log
117
- logger.warn("Error closing PSQL connection (non-fatal)", {
118
- error: err,
119
- });
120
- }
121
- }
122
- }
123
- }
124
-
125
- /**
126
- * Transform ODBC result set to array of Record<string, string> instances.
127
- * IMPORTANT: PSQL CHAR fields are often padded with spaces - we trim them
128
- */
129
- public static recordsetToRecords(recordset: any[]): Record<string, string>[] {
130
- if (!Array.isArray(recordset)) {
131
- return [];
132
- }
133
-
134
- const data: Record<string, string>[] = recordset.map((row) => {
135
- const transformedRow: Record<string, string> = {};
136
- Object.keys(row).forEach((key) => {
137
- const value = row[key];
138
- transformedRow[key] =
139
- value !== null && value !== undefined ? String(value).trim() : "";
140
- });
141
- return transformedRow;
142
- });
143
-
144
- return data;
145
- }
146
-
147
- /**
148
- * Handle ODBC errors and provide meaningful messages
149
- */
150
- private handleOdbcError(error: OdbcErrorResponse): Error {
151
- const odbcError = error.odbcErrors?.[0];
152
- const errorCode = odbcError?.state;
153
- const message = odbcError?.message || error.message;
154
-
155
- switch (errorCode) {
156
- case "08S01":
157
- return new Error(
158
- "PSQL connection failed. Check: " +
159
- "1) PVSW environment variable set to /usr/local/psql/etc/pvsw.ini, " +
160
- "2) Network connectivity to ports 1583/3351, " +
161
- "3) ODBC configuration files in /usr/local/psql/etc/ and /etc/. " +
162
- `Original error: ${message}`
163
- );
164
- case "28000":
165
- return new Error(
166
- `PSQL authentication failed. Check username/password. Original error: ${message}`
167
- );
168
- case "42000":
169
- return new Error(`PSQL SQL syntax error. Original error: ${message}`);
170
- case "42S02":
171
- return new Error(
172
- `PSQL table or view not found. Check table names in query. Original error: ${message}`
173
- );
174
- default:
175
- return new Error(`PSQL error (${errorCode || "unknown"}): ${message}`);
176
- }
177
- }
178
- }