php-mysql-engine icon indicating copy to clipboard operation
php-mysql-engine copied to clipboard

feat: INSERT...SELECT syntax implementation.

Open Javakky-pxv opened this issue 11 months ago • 0 comments

This PR implements support for INSERT ... SELECT syntax in php-mysql-engine.

Previously, the engine supported INSERT ... VALUES and INSERT ... SET, but INSERT ... SELECT was not implemented. This implementation modifies the INSERT parser and processor to call the necessary components for handling SELECT, enabling the execution of INSERT ... SELECT statements.

Javakky-pxv avatar Jan 31 '25 03:01 Javakky-pxv