Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property naming collission if property name only differ by case #26

Open
gerhard-boden opened this issue Mar 21, 2017 · 0 comments
Open

Comments

@gerhard-boden
Copy link
Contributor

Example:
Create two document node types, one carries the property email the second eMail.
Saving in backend ends in 500 Error and durring indexing the Warning

Warning: SQLite3::exec(): duplicate column name: email in /var/www/austriacongress.com/gboden.a                                     ustriacongress.com/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Flowpack_SimpleSea                                     rch_Domain_Service_SqLiteIndex.php line 288

  Type: TYPO3\Flow\Error\Exception
  Code: 1
  File: Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/ErrorHandler.php
  Line: 81

is shown.

Using the same case for both property keys works however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant