-
Notifications
You must be signed in to change notification settings - Fork 41
Add auto_import
test for IMPORT FOREIGN TABLE
and test sequence refactoring
#116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
auto_import
test for IMPORT FOREIGN TABLE
auto_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_import
test which shows behavior ofIMPORT FOREIGN TABLE
command according PostgreSQL internal metadata state.DROP ... CASCADE
outputs intype
tests for both GIS and not GIS modes.