Skip to content
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

Error in UPDATE #25

Open
BredrickSa opened this issue Apr 9, 2020 · 2 comments
Open

Error in UPDATE #25

BredrickSa opened this issue Apr 9, 2020 · 2 comments
Assignees

Comments

@BredrickSa
Copy link

When I perform an UPDATE, an error is always returned, for example:
UPDATE table SET field_a = 'S' WHERE field_b = 'A03';
ERROR: operation not supported. [SQL state = 1007]

Paradox - SQL Workbench-J

I don't know if all DML routines are already implemented, if they are already, I believe I'm doing something wrong.

I am using Workbench / J for manipulation between databases. Queries are returning perfectly.

  • OS: Windows 10
  • Java: 8 (build 1.8.0_191-b12)
  • App: SQL Workbench/J (Build 125 - 2019-05-08 21:36)
  • JDBC: v1.4.1
@leonhad
Copy link
Owner

leonhad commented Apr 16, 2020

Hi,

There is nothing wrong with your code. I don't write INSERT, DELETE or UPDATE statements yet.

By now, I am working on a better SQL Parser. The next step will be these statements.

Because of the complexity of these operations, I will need a couple of months to do it or a little more.

@BredrickSa
Copy link
Author

Hi,

I understand you. I'll look at the logic in the source code, maybe I can help with this project. ;)

@leonhad leonhad self-assigned this Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants