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

Unescaped database name in queries #184

Closed
mennowame opened this issue Mar 3, 2015 · 0 comments
Closed

Unescaped database name in queries #184

mennowame opened this issue Mar 3, 2015 · 0 comments

Comments

@mennowame
Copy link
Contributor

I wasn't paying attention and created a database with a dash in the database name (kuma-demo). This causes problems because in the queries in the nodeBundle (and perhaps in other bundles too) the databasename isn't escaped.

Changing my databasename to use an underscore (kuma_demo) solved the problem for me. However, it might be nice to escape the database name in the queries (databasename).

When you use normal database names (without dashes) this should not be a problem, but it might be nice to fix this at some point.

@krispypen krispypen added this to the Q2 2015 - v3.2 milestone Mar 19, 2015
@arneruy arneruy self-assigned this Apr 1, 2015
sandergo90 pushed a commit to sandergo90/KunstmaanBundlesCMS that referenced this issue Feb 19, 2016
Use validator.mapping.cache.doctrine.apc for apc caching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants