Issue #671 has been updated by Raphaƫl Ouazana. Target version changed from 2.1 to Not planned
---------------------------------------- Feature #671: display a warning when #fields# are not in lower case in a JDBC destination http://tools.lsc-project.org/issues/671 Author: David Coutadeur Status: New Priority: Normal Assigned to: Category: Core Target version: Not planned This can solve a lot of time, because some time, when one or more attributes are not in lowercase, they are or are not written correctly, in a random way... Example, with an UPDATE request in mysql: UPDATE user SET nom = #cn#, prenom = #gn# , mail = #mail#, postalAddress = #postalAddress#, userPassword= #userPassword# WHERE mail = #mail# when a modification is set on postalAddress, here are the result of successive lsc synchronize launches: - replace postalAddress, delete userPassword - replace userPassword, delete postalAddress - replace postalAddress, delete userPassword - and so on... -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

