Variables in changesets

Hi,

Is there anything in the changeset’s language that could allow something along the lines of:

                                                                                                                                                                                           

Thanks in advance.

Yes, see http://www.liquibase.org/manual/changelog_parameters

Nathan

Ok, but there’s no returning id from insert, is there?

No, nothing returning ids from inserts at this point.  You would have to write a custom change or use the tag with a subselect from a different column for now.

Nathan