How to change AUTO-QUERY!?

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Locked
fefted
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 24.03.2018, 17:31

How to change AUTO-QUERY!?

Post by fefted »

When I save changes ZQuery sends AUTO-QUERY. For example:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I delete a record in the table and save it.(ZQuery1.Post, ZQuery1.ApplyUpdates)
Then ZQuery generates AUTO-QUERY and sends it to the mysql server. It may be (" DELETE FROM students.`ИС-15-2` WHERE `a`= 1 ... ")
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

That's automatically! And I need to add "LIMIT 1" on the end of AUTO-query.(" DELETE FROM students.`ИС-15-2` WHERE `a`= 1 ... LIMIT 1")
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: How to change AUTO-QUERY!?

Post by marsupilami »

I will lock this topic because it is aduplicate of http://zeoslib.sourceforge.net/viewtopi ... 40&t=73277
Locked