Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Appending strings to CREATE TABLE statements

Hi Chris,

I noticed in your example that you include the leading space in the suffix:

...name="DDL_EMPLOYEE" creationSuffix=" engine=InnoDB"...

Would it be better to automatically add the space and not require the user to do so?  It might be confusing if they do not include the space and their suffix gets stuck onto the last SQL token.

- Rick

On 01/10/2010 8:49 AM, Christopher Delahunt wrote:
I'm working on feature 214519 to append strings to create table DDL statements. 
Please provide feedback to the proposed design doc at:
http://wiki.eclipse.org/EclipseLink/DesignDocs/214519

Best Regards,
Chris

_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

--
Rick Barkhouse | Software Developer, EclipseLink | 613.288.4613
Oracle Development
45 O'Connor Street, Suite 400 | Ottawa, Ontario K1P 1A4

Back to the top