philippe lhardy
philippe lhardy
i just aligned existing code with current main and test request, no new change. Current code add variant generic for which usage is for collecting votes only. Results should be...
@dartcafe this is working on my system, it look like TableSchema change was already merged, did it ? I had to reset my environment since i got a Not null...
@dartcafe hopefully fixed comments requests
it is a little disapointing... what that's default problem. looks like all other Types:TEXT are nullable... ( 'notnull' => false, 'default' => null ) while this one is not. will...
i kept '' default value but set it as nullable, hoping this is the good choice.
This was working on postgres and sqlite with non nullable, adding nullable to get it for mysql broke it on postgres. i don't have a mysql env and this is...
> I patched the poll and added some generic options. This eliminates the error for the poll with generic options, but it stays for existing polls with the usual answers....
> > I patched the poll and added some generic options. This eliminates the error for the poll with generic options, but it stays for existing polls with the usual...
@dartcafe let's give a try like it is now ?
@dartcafe : after refereshing my environment with last merge and running occ upgrade i get this error : ``` Error: Typed property OCA\Polls\Db\V2\DbManager::$schema must not be accessed before initialization in...