Add auto_import test for IMPORT FOREIGN TABLE and test sequence refactoring#116
Add auto_import test for IMPORT FOREIGN TABLE and test sequence refactoring#116t-hiroshige merged 17 commits intopgspider:masterfrom
auto_import test for IMPORT FOREIGN TABLE and test sequence refactoring#116Conversation
auto_import test for IMPORT FOREIGN TABLEauto_import test for IMPORT FOREIGN TABLE and test sequence refactoring
Co-authored-by: mkgrgis <mihail.aksenov@bk.ru> Switch to more detailed SQLite error codes Fix PostGIS text Errcode reimplement Add new implementation Fix PostGIS results Improve error message according SQLite documentation Add `auto_import` test for `IMPORT FOREIGN TABLE`
|
@mkgrgis Can we start reviewing this PR? |
Yes. There is and there was normal check status yesterday. |
|
@mkgrgis I think there are 03 different purposes in this PR.
The third purpose is the fix of SQLite CI issue (#114). If correct, please remove related changes. Could you create separated PRs for 1) and 2)? |
Done in 4b67cfe , please verify.
I thinks this is very atomic and bureaucracy-related. 2) touches only 2 files and this is transparent change near |
|
@lamdn1409 , please recheck all our conversations. Look like we have no other to discuss now expect for #116 (comment) Isn't it? |
|
@lamdn1409 , I cannot due github technical restrictions answer under #116 (comment) , is now no problems in mentioned place? |
postgis.sql is tested if gis is enabled. |
Moved in 5ad4e56, please recheck. |
|
@lamdn1409, we have successfully tests now. Does it means time to 2nd review round or start merge review? |
|
@t-kataym , this PR is ready for pre-merge review. Could you please observe proposed changes? |
|
@t-hiroshige Please check it. |
|
OK, I confirmed. |
|
@mkgrgis Thank you for creating the PR. |
|
Thanks, @t-hiroshige ! Thanks, @t-kataym ! I was happy to work with you. You was my 1st teacher in C-language culture, @t-kataym - san, ありがとう ! |
|
@t-hiroshige , you have forgotten to squash small transitive review commits before merging. Usually PR with more than 3-4 inner commits are merged only as squashed. Now we have very detailed upstream commit tree https://github.com/pgspider/sqlite_fdw/commits/master/ You can fix this and squash all changes after 8f7f4f4 by follow algorithm:
I am sorry, I haven't warned you about this case. Then I'll quickly rebase all of my PRs, this will not hard. |
In this PR there are absolutely no C code changes.
Content of PR:
auto_importtest which shows behavior ofIMPORT FOREIGN TABLEcommand according PostgreSQL internal metadata state.DROP ... CASCADEoutputs intypetests for both GIS and not GIS modes.