-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[com_fields] MSSQL - sql for Custom fields #12660
Conversation
MSSQL - update sql for Custom fields (#11833)
@alikon this just includes the update part is that correct / expected? Also this is all in one line? is this expected too? |
No, I'm having big connection issues, hope to solve soon i'll put install On 31 Oct 2016 3:15 pm, "zero-24" [email protected] wrote:
|
no problem. Thanks! |
@alikon can you please add line endings |
@andrepereiradasilva I'll complete this pr when I regain a stable On 31 Oct 2016 3:57 pm, "andrepereiradasilva" [email protected]
|
can someone do a review or a test on MSSQL (cause i don't have a mssql environment available) |
minor cs + default values
move hits field on a new line
Had a discussion with @matrikular about the MSSQL scripts. Perhaps he can test it as well. |
Fixing sql fields #13091
mssql com_fields#13091
updated for #13091 |
Can you add the "[com_fields]" to the beginning of the title? People start asking about open pull requests and I'm telling them that they have to search for com_fields. Thanks. |
Adjusted the title |
updated for #13246 |
The install and update file need to be equal as we need everything (tables etc.) also on sites that got updated to 3.7.0 :) |
added the missed DEFAULT
fixed the missed default |
After I patched by Patch Tester a see (it is incorrect - table name should not contain column name):
After I click FIX the tables are created and fields work OK. But I still see above warnings. Please add white space before '(': CREATE TABLE [#__fields]( replace to: CREATE TABLE [#__fields] ( and for others "CREATE TABLE" do the same. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12660. |
added space before (
added space before (
@csthomas added the space, but all other existing |
I have tested this item ✅ successfully on 6fad1a2 Success.
Because the last three commits add only white spaces and " DEFAULT ''" which exists in the install sql file This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12660. |
we need to remeber this when we will update some others on MSSQL |
Can a maintainer set this to RTC as we have a successful test on MSSQL. Good work guys! |
There will be some more work then when pr #13319 got merged. But let's get this one in first. |
We have only one test as #12660 (comment) was done before changes |
Honestly I'm not sure if we will find two testers for this. |
I will test this one later today. |
thanks @waader |
I have tested this item ✅ successfully on 6fad1a2 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12660. |
You can try to test front end with applied #13262 |
I also did that, but it didn´t work. |
Thanks for all the work guys!! Ready for RTC. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12660. |
Pull Request for Issue #12624 .
Summary of Changes