@activepieces/piece-snowflake 0.0.13 → 0.0.14
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.
- package/package.json +2 -2
- package/src/i18n/de.json +32 -32
- package/src/i18n/es.json +33 -33
- package/src/i18n/fr.json +32 -32
- package/src/i18n/ja.json +33 -33
- package/src/i18n/nl.json +29 -29
- package/src/i18n/pt.json +33 -33
- package/src/i18n/zh.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-snowflake",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"deepmerge-ts": "7.1.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"semver": "7.6.0",
|
|
10
10
|
"snowflake-sdk": "1.9.3",
|
|
11
11
|
"@activepieces/pieces-framework": "0.18.4",
|
|
12
|
-
"@activepieces/shared": "0.19.
|
|
12
|
+
"@activepieces/shared": "0.19.1",
|
|
13
13
|
"tslib": "2.8.1"
|
|
14
14
|
},
|
|
15
15
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
|
+
"Database": "Database",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
|
+
"SQL query": "SQL query",
|
|
21
|
+
"Parameters": "Parameters",
|
|
22
|
+
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
|
+
"Database": "Database",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
|
+
"SQL query": "SQL query",
|
|
21
|
+
"Parameters": "Parameters",
|
|
22
|
+
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
|
+
"Schema": "Schema",
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
6
|
"Password": "Password",
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
7
|
+
"Database": "Database",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
|
+
"SQL query": "SQL query",
|
|
21
|
+
"Parameters": "Parameters",
|
|
22
|
+
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
|
+
"Schema": "Schema",
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "Snowflake
|
|
11
|
-
"The login name for your Snowflake user.": "Snowflake
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
|
+
"Database": "Database",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "SQL
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "SQL
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
|
+
"SQL query": "SQL query",
|
|
21
|
+
"Parameters": "Parameters",
|
|
22
|
+
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
|
+
"Schema": "Schema",
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "Data
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
7
|
"Database": "Database",
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "Query
|
|
17
|
-
"Run Multiple Queries": "
|
|
18
|
-
"Insert Row": "
|
|
19
|
-
"Insert a row into a table.": "
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
|
+
"Insert Row": "Insert Row",
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
20
|
"SQL query": "SQL query",
|
|
21
21
|
"Parameters": "Parameters",
|
|
22
22
|
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Snowflake",
|
|
3
|
+
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
|
+
"Account": "Account",
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
|
+
"Database": "Database",
|
|
8
|
+
"Role": "Role",
|
|
9
|
+
"Warehouse": "Warehouse",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
|
+
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
12
|
+
"Password for the user.": "Password for the user.",
|
|
13
|
+
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
16
|
+
"Run Query": "Run Query",
|
|
17
|
+
"Run Multiple Queries": "Run Multiple Queries",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2…
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Insert a row into a table.",
|
|
20
|
+
"SQL query": "SQL query",
|
|
21
|
+
"Parameters": "Parameters",
|
|
22
|
+
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
+
"Application name": "Application name",
|
|
24
|
+
"SQL queries": "SQL queries",
|
|
25
|
+
"Use Transaction": "Use Transaction",
|
|
26
|
+
"Schema": "Schema",
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"Rows": "Rows",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
36
36
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"Snowflake": "Snowflake",
|
|
3
3
|
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
4
|
"Account": "Account",
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
5
|
+
"Username": "Username",
|
|
6
|
+
"Password": "Password",
|
|
7
7
|
"Database": "Database",
|
|
8
|
-
"Role": "
|
|
8
|
+
"Role": "Role",
|
|
9
9
|
"Warehouse": "Warehouse",
|
|
10
10
|
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
11
|
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"SQL queries": "SQL queries",
|
|
25
25
|
"Use Transaction": "Use Transaction",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
27
|
+
"Table": "Table",
|
|
28
28
|
"Rows": "Rows",
|
|
29
29
|
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
30
|
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|