[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-dev] Fix for bug 382420 checked in
|
- From: David Minsky <david.minsky@xxxxxxxxxx>
- Date: Wed, 13 Jun 2012 15:32:49 -0400
- Delivered-to: eclipselink-dev@eclipse.org
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
Bug 382420 - Using DatabaseTable.setName(String) can cause extra double quotes to be added
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382420
- Changed code in ClassDescriptor preInitialize() for tables names with spaces, to not incorrectly set the table name, and set the useDelimiters flag to true
- Small JavaDoc fixes to DatabaseField and DatabaseTable
- Added regression test: QuotedTableNameInitializationTest to: EmployeeWithSpacesTestModel
Testing: LRG, JPA LRG (ok)
Reviewed: Chris Delahunt
Checked into trunk (2.5.0) at revision: 11669
2.3.x checkin pending
2.4.x checkin on hold until branch is open