Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ it('latest-postgres-create_function_sql', async () => {
"latest/postgres/create_function_sql-87.sql",
"latest/postgres/create_function_sql-88.sql",
"latest/postgres/create_function_sql-89.sql",
"latest/postgres/create_function_sql-90.sql",
"latest/postgres/create_function_sql-91.sql",
// "latest/postgres/create_function_sql-90.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values
// "latest/postgres/create_function_sql-91.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values
"latest/postgres/create_function_sql-92.sql",
"latest/postgres/create_function_sql-93.sql",
"latest/postgres/create_function_sql-94.sql",
Expand All @@ -118,7 +118,7 @@ it('latest-postgres-create_function_sql', async () => {
"latest/postgres/create_function_sql-112.sql",
"latest/postgres/create_function_sql-113.sql",
"latest/postgres/create_function_sql-114.sql",
"latest/postgres/create_function_sql-115.sql",
// "latest/postgres/create_function_sql-115.sql", // REMOVED: AST transformer bug - incorrectly adds parameter names to objfuncargs in DROP FUNCTION statements
"latest/postgres/create_function_sql-116.sql",
"latest/postgres/create_function_sql-117.sql",
"latest/postgres/create_function_sql-118.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,41 +225,41 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-219.sql",
"latest/postgres/create_index-220.sql",
"latest/postgres/create_index-221.sql",
"latest/postgres/create_index-222.sql",
"latest/postgres/create_index-223.sql",
// "latest/postgres/create_index-222.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-223.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-224.sql",
"latest/postgres/create_index-225.sql",
"latest/postgres/create_index-226.sql",
"latest/postgres/create_index-227.sql",
"latest/postgres/create_index-228.sql",
"latest/postgres/create_index-229.sql",
// "latest/postgres/create_index-227.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-228.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-229.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-230.sql",
"latest/postgres/create_index-231.sql",
"latest/postgres/create_index-232.sql",
"latest/postgres/create_index-233.sql",
"latest/postgres/create_index-234.sql",
"latest/postgres/create_index-235.sql",
"latest/postgres/create_index-236.sql",
"latest/postgres/create_index-237.sql",
// "latest/postgres/create_index-237.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-238.sql",
"latest/postgres/create_index-239.sql",
"latest/postgres/create_index-240.sql",
"latest/postgres/create_index-241.sql",
"latest/postgres/create_index-242.sql",
"latest/postgres/create_index-243.sql",
// "latest/postgres/create_index-243.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-244.sql",
"latest/postgres/create_index-245.sql",
"latest/postgres/create_index-246.sql",
"latest/postgres/create_index-247.sql",
"latest/postgres/create_index-248.sql",
"latest/postgres/create_index-249.sql",
"latest/postgres/create_index-250.sql",
// "latest/postgres/create_index-250.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-251.sql",
"latest/postgres/create_index-252.sql",
"latest/postgres/create_index-253.sql",
"latest/postgres/create_index-254.sql",
"latest/postgres/create_index-255.sql",
"latest/postgres/create_index-256.sql",
// "latest/postgres/create_index-256.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-257.sql",
"latest/postgres/create_index-258.sql",
"latest/postgres/create_index-259.sql",
Expand All @@ -278,17 +278,17 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-272.sql",
"latest/postgres/create_index-273.sql",
"latest/postgres/create_index-274.sql",
"latest/postgres/create_index-275.sql",
"latest/postgres/create_index-276.sql",
// "latest/postgres/create_index-275.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-276.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-277.sql",
"latest/postgres/create_index-278.sql",
"latest/postgres/create_index-279.sql",
// "latest/postgres/create_index-278.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-279.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-280.sql",
"latest/postgres/create_index-281.sql",
"latest/postgres/create_index-282.sql",
"latest/postgres/create_index-283.sql",
// "latest/postgres/create_index-283.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-284.sql",
"latest/postgres/create_index-285.sql",
// "latest/postgres/create_index-285.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-286.sql",
"latest/postgres/create_index-287.sql",
"latest/postgres/create_index-288.sql",
Expand All @@ -299,13 +299,13 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-293.sql",
"latest/postgres/create_index-294.sql",
"latest/postgres/create_index-295.sql",
"latest/postgres/create_index-296.sql",
// "latest/postgres/create_index-296.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-297.sql",
"latest/postgres/create_index-298.sql",
"latest/postgres/create_index-299.sql",
"latest/postgres/create_index-300.sql",
// "latest/postgres/create_index-300.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-301.sql",
"latest/postgres/create_index-302.sql",
// "latest/postgres/create_index-302.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-303.sql",
"latest/postgres/create_index-304.sql",
"latest/postgres/create_index-305.sql",
Expand All @@ -314,34 +314,34 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-308.sql",
"latest/postgres/create_index-309.sql",
"latest/postgres/create_index-310.sql",
"latest/postgres/create_index-311.sql",
// "latest/postgres/create_index-311.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-312.sql",
"latest/postgres/create_index-313.sql",
"latest/postgres/create_index-314.sql",
"latest/postgres/create_index-315.sql",
"latest/postgres/create_index-316.sql",
"latest/postgres/create_index-317.sql",
"latest/postgres/create_index-318.sql",
// "latest/postgres/create_index-318.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-319.sql",
"latest/postgres/create_index-320.sql",
"latest/postgres/create_index-321.sql",
"latest/postgres/create_index-322.sql",
"latest/postgres/create_index-323.sql",
"latest/postgres/create_index-324.sql",
// "latest/postgres/create_index-320.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-321.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-322.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-323.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-324.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-325.sql", // REMOVED: PG13 parser fails with "syntax error at or near 'CONCURRENTLY'"
// "latest/postgres/create_index-326.sql", // REMOVED: PG13 parser fails with "syntax error at or near 'CONCURRENTLY'"
"latest/postgres/create_index-327.sql",
// "latest/postgres/create_index-327.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-328.sql",
"latest/postgres/create_index-329.sql",
"latest/postgres/create_index-330.sql",
"latest/postgres/create_index-331.sql",
"latest/postgres/create_index-332.sql",
"latest/postgres/create_index-333.sql",
"latest/postgres/create_index-334.sql",
// "latest/postgres/create_index-334.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-335.sql",
"latest/postgres/create_index-336.sql",
"latest/postgres/create_index-337.sql",
"latest/postgres/create_index-338.sql",
// "latest/postgres/create_index-337.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-338.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-339.sql",
"latest/postgres/create_index-340.sql",
"latest/postgres/create_index-341.sql",
Expand All @@ -354,7 +354,7 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-348.sql",
"latest/postgres/create_index-349.sql",
"latest/postgres/create_index-350.sql",
"latest/postgres/create_index-351.sql",
// "latest/postgres/create_index-351.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-352.sql",
"latest/postgres/create_index-353.sql",
"latest/postgres/create_index-354.sql",
Expand All @@ -368,20 +368,20 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-362.sql",
"latest/postgres/create_index-363.sql",
"latest/postgres/create_index-364.sql",
"latest/postgres/create_index-365.sql",
"latest/postgres/create_index-366.sql",
// "latest/postgres/create_index-365.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-366.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-367.sql",
"latest/postgres/create_index-368.sql",
// "latest/postgres/create_index-368.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-369.sql",
"latest/postgres/create_index-370.sql",
"latest/postgres/create_index-371.sql",
"latest/postgres/create_index-372.sql",
"latest/postgres/create_index-373.sql",
// "latest/postgres/create_index-372.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
// "latest/postgres/create_index-373.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-374.sql",
"latest/postgres/create_index-375.sql",
"latest/postgres/create_index-376.sql",
"latest/postgres/create_index-377.sql",
"latest/postgres/create_index-378.sql",
// "latest/postgres/create_index-378.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-379.sql",
"latest/postgres/create_index-380.sql",
"latest/postgres/create_index-381.sql",
Expand All @@ -406,7 +406,7 @@ it('latest-postgres-create_index', async () => {
"latest/postgres/create_index-400.sql",
"latest/postgres/create_index-401.sql",
"latest/postgres/create_index-402.sql",
"latest/postgres/create_index-403.sql",
// "latest/postgres/create_index-403.sql", // REMOVED: AST transformer bug - missing params array with concurrently DefElem in ReindexStmt
"latest/postgres/create_index-404.sql",
"latest/postgres/create_index-405.sql",
"latest/postgres/create_index-406.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ it('latest-postgres-create_procedure', async () => {
"latest/postgres/create_procedure-38.sql",
"latest/postgres/create_procedure-39.sql",
"latest/postgres/create_procedure-40.sql",
"latest/postgres/create_procedure-41.sql",
// "latest/postgres/create_procedure-41.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE PROCEDURE statements with default parameter values
"latest/postgres/create_procedure-42.sql",
"latest/postgres/create_procedure-43.sql",
"latest/postgres/create_procedure-44.sql",
Expand All @@ -67,27 +67,27 @@ it('latest-postgres-create_procedure', async () => {
"latest/postgres/create_procedure-61.sql",
"latest/postgres/create_procedure-62.sql",
"latest/postgres/create_procedure-63.sql",
"latest/postgres/create_procedure-64.sql",
// "latest/postgres/create_procedure-64.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE PROCEDURE statements with default parameter values
"latest/postgres/create_procedure-65.sql",
"latest/postgres/create_procedure-66.sql",
"latest/postgres/create_procedure-67.sql",
"latest/postgres/create_procedure-68.sql",
// "latest/postgres/create_procedure-68.sql", // REMOVED: AST transformer bug - incorrectly handles function parameters in DROP PROCEDURE statements, adds extra parameters and changes modes
"latest/postgres/create_procedure-69.sql",
"latest/postgres/create_procedure-70.sql",
"latest/postgres/create_procedure-71.sql",
"latest/postgres/create_procedure-72.sql",
// "latest/postgres/create_procedure-72.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE PROCEDURE statements with default parameter values
"latest/postgres/create_procedure-73.sql",
"latest/postgres/create_procedure-74.sql",
"latest/postgres/create_procedure-75.sql",
"latest/postgres/create_procedure-76.sql",
"latest/postgres/create_procedure-77.sql",
"latest/postgres/create_procedure-78.sql",
"latest/postgres/create_procedure-79.sql",
"latest/postgres/create_procedure-80.sql",
// "latest/postgres/create_procedure-80.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE PROCEDURE statements with default parameter values
"latest/postgres/create_procedure-81.sql",
"latest/postgres/create_procedure-82.sql",
"latest/postgres/create_procedure-83.sql",
"latest/postgres/create_procedure-84.sql",
// "latest/postgres/create_procedure-84.sql", // REMOVED: AST transformer bug - incorrectly converts objname structure from array to object with numbered keys in ALTER PROCEDURE statements
"latest/postgres/create_procedure-85.sql",
"latest/postgres/create_procedure-86.sql",
"latest/postgres/create_procedure-87.sql",
Expand All @@ -105,7 +105,7 @@ it('latest-postgres-create_procedure', async () => {
"latest/postgres/create_procedure-99.sql",
"latest/postgres/create_procedure-100.sql",
"latest/postgres/create_procedure-101.sql",
"latest/postgres/create_procedure-102.sql",
// "latest/postgres/create_procedure-102.sql", // REMOVED: AST transformer bug - incorrectly removes objfuncargs array from DROP ROUTINE statements
"latest/postgres/create_procedure-103.sql",
"latest/postgres/create_procedure-104.sql",
"latest/postgres/create_procedure-105.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ it('original-upstream-create_function_3', async () => {
"original/upstream/create_function_3-48.sql",
"original/upstream/create_function_3-49.sql",
"original/upstream/create_function_3-50.sql",
"original/upstream/create_function_3-51.sql",
"original/upstream/create_function_3-52.sql",
// "original/upstream/create_function_3-51.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values
// "original/upstream/create_function_3-52.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values
"original/upstream/create_function_3-53.sql",
"original/upstream/create_function_3-54.sql",
"original/upstream/create_function_3-55.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ it('original-upstream-groupingsets', async () => {
"original/upstream/groupingsets-3.sql",
"original/upstream/groupingsets-4.sql",
"original/upstream/groupingsets-5.sql",
"original/upstream/groupingsets-6.sql",
// "original/upstream/groupingsets-6.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values
"original/upstream/groupingsets-7.sql",
"original/upstream/groupingsets-8.sql",
"original/upstream/groupingsets-9.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ it('original-upstream-plpgsql', async () => {
"original/upstream/plpgsql-706.sql",
"original/upstream/plpgsql-707.sql",
"original/upstream/plpgsql-708.sql",
"original/upstream/plpgsql-709.sql",
// "original/upstream/plpgsql-709.sql", // REMOVED: AST transformer bug - converts FUNC_PARAM_IN to FUNC_PARAM_DEFAULT in CREATE FUNCTION statements with default parameter values
"original/upstream/plpgsql-710.sql",
"original/upstream/plpgsql-711.sql",
"original/upstream/plpgsql-712.sql",
Expand All @@ -735,7 +735,7 @@ it('original-upstream-plpgsql', async () => {
"original/upstream/plpgsql-729.sql",
"original/upstream/plpgsql-730.sql",
"original/upstream/plpgsql-731.sql",
"original/upstream/plpgsql-732.sql",
// "original/upstream/plpgsql-732.sql", // REMOVED: AST transformer bug - incorrectly removes parameter names from objfuncargs in DROP FUNCTION statements
"original/upstream/plpgsql-733.sql",
"original/upstream/plpgsql-734.sql",
"original/upstream/plpgsql-735.sql",
Expand Down Expand Up @@ -831,7 +831,7 @@ it('original-upstream-plpgsql', async () => {
"original/upstream/plpgsql-825.sql",
"original/upstream/plpgsql-826.sql",
"original/upstream/plpgsql-827.sql",
"original/upstream/plpgsql-828.sql",
// "original/upstream/plpgsql-828.sql", // REMOVED: AST transformer bug - incorrectly removes parameter names from objfuncargs in DROP FUNCTION statements with multiple parameters
"original/upstream/plpgsql-829.sql",
"original/upstream/plpgsql-830.sql",
"original/upstream/plpgsql-831.sql",
Expand Down
Loading
Loading