-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Added Initial PostgreSQL support #399
Conversation
Very good start! I will try to have a look today or tomorrow. Under docs - some readme files would need some enhancements. |
There I updated the docs listing PostgreSql |
Small other things:
I guess I put it wrongly in: #207 (comment) The initial changes so that PostgreSql works without any exception, should work. So But other parts like the Background-jobs, I will take over once merged. |
Yes, there is a little confusion, I will include the details, and any recommendations or tips on where to apply the UTC config when using PostgreSQL or where to look still taking me time to navigate through the project |
Take your time. I am no expert on Postgres. |
I was able to update DateTime to When you need to publish now, ' ScheduledPublishDate These three steps are handled in the fields |
That said, we might want to refactor: <InputDate Type="InputDateType.DateTimeLocal" class="form-control" id="scheduled"
placeholder="Scheduled Publish Date" @bind-Value="model.ScheduledPublishDate"
@bind-Value:after="@(() => model.IsPublished &= !IsScheduled)" /> Away from the direct two-way-binding. Or transform this into UTC when creating the BlogPost object. |
Maybe also a low-hanging fruit you can implement: So folks know it isn't there local time zone anymore |
Thanks for the info, I will check when I get to work again and see which option I picked. |
Hello there, I have been working with life stuff so now I am able to update |
Amazing - works like a charm! |
I took the liberty to fix the merge conflict. In any case - I will merge that in! Really great work! |
No description provided.