andrewgregory

Results 4 issues of andrewgregory

commit cfbaa7d shifted the status text to the right causing it to be obscured by the systray. Signed-off-by: Andrew Gregory [email protected]

```perl #!/usr/bin/perl use strict; use warnings; use Test::More; my $schema = TestSchema->connect('dbi:SQLite:dbname=:memory:'); $schema->deploy; my $rs = $schema->resultset('Foo'); # breaks Helper::Row::OnColumnMissing ok( eval { $rs->create( { id => 1, bar =>...

It uses DATEPART with ISO_WEEK which returns the week number, not the day of the week. See https://docs.microsoft.com/en-us/sql/t-sql/functions/datepart-transact-sql?view=sql-server-2017#isoweek-datepart