I actually don't know the answer to this question, since I have not used the ServerDdl module.
But if you can execute a SQL program that inserts into a table you can fire up a debugger and figure out how the table itself is implemented. Then I bet you can subclass that implementation to handle default/autogenerate values. Clearly, it has to get the information from the CREATE TABLE statement. Mihai ________________________________ From: Jerome Haltom <[email protected]> Sent: Sunday, March 15, 2026 5:15 PM To: Oleg Alekseev via dev <[email protected]> Subject: ServerDdlExecutor and identity/autogenerated columns Is anybody aware whether the ServerDdl module has any sort of support for auto generating integer primary keys of any fashion? Whether that be a sequence, an 'identity' or some other form of autogenerate? Or how one might best go about emulating such thing?
