You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The button copies the ZSQL method's rendered SQL query output to the user's clipboard to help debugging. See #53 for a screen shot showing what that looks like.
hi @dataflake , button is a nice enhancement.
To make it work with one-liner-SQL I removed button-margins and monotonized borders for perfect fit.
And I made the upper part of the gui a little bit nicer, too.
BTW:
On starting Zope (5.13.1) I got a ModuleNotFoundError: No module named 'Shared.DC.ZRDB' after installing this branch of Products.ZSQLMethods as editable. May be connected to the new setup. Copilot helped me to make setup.py working. I will create a PR: #55
Please delete it, if it does not match to Your ideas about the new setup. Thank for your effort.
Thank you very much for taking the time for these nice improvements! See #55 about the errors you saw - you must use Zope 6 for the package to load correctly.
P.S.: Use Zope 6 and update zc.buildout and setuptools to match the current recommendations (setuptools >= 78.1.1,<81 and zc.buildout >5.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #53
The button copies the ZSQL method's rendered SQL query output to the user's clipboard to help debugging. See #53 for a screen shot showing what that looks like.