-
Notifications
You must be signed in to change notification settings - Fork 58
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
Following are not working: "More than 30 characters for an output column name are not allowed on Oracle."
#1950
Comments
"More than 30 characters for an output column name are not allowed on Oracle."
First item is a duplicate of #1888 |
the 30 Char Issue persists in 30.0.2 and using Social 0.8.0 on the other hand, the mariadb documents say: "Databases, tables, columns, indexes, constraints, stored routines, triggers, events, views, tablespaces, servers and log file groups have a maximum length of 64 characters. " so what is the reason for this error? I found it in lib/private/DB/QueryBuilder/QueryBuilder.php
I don't know if this actually prevents anything, it looks like it should be a Setting that hard-coded value to 64 is then valid for mysql/mariadb and the 'error' goes away. |
It should only be an error if someone is using oracle as a database... cacheactor_cachedocument_mime_type column names up to 38 characters.... how could this ever pass testing?... |
Also getting this error and am unable to use Social. Is there a way these queries can be fixed to work in the db? |
Hi,
I just installed the social app, and I'm having two problems:
1 - Webfinger is failing
I am getting this error:
2 - Following someone, like Nextcloud, fails:
I reset the app using occ social:reset, but the problem is still there.
Best,
Francis
The text was updated successfully, but these errors were encountered: