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

Add support for result less statements in MockFileDatabase #8093

Closed
lukaseder opened this issue Dec 7, 2018 · 1 comment
Closed

Add support for result less statements in MockFileDatabase #8093

lukaseder opened this issue Dec 7, 2018 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Dec 7, 2018

The current documentation of the MockFileDatabase only shows how to specify SELECT statements, not other kinds of DML or DDL statements:
https://www.jooq.org/doc/latest/manual/sql-execution/mock-file-database/#comment-4228616950

In fact, it is currently not possible to have statements without any results in this file format! This is an oversight in the implementation and in the tests

@lukaseder lukaseder added this to the Version 3.12.0 milestone Dec 7, 2018
@lukaseder lukaseder changed the title Add documentation about how to define DML in MockFileDatabase Add support for result less statements in MockFileDatabase Dec 7, 2018
@lukaseder
Copy link
Member Author

Implemented in 3.12. Backport scheduled for 3.11.8 (#8094) and 3.10.9 (#8095)

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

1 participant