Closed menthol closed 1 year ago
Describe the bug The sql shown in ray have bad carbon binding representation when carbon use a timezone
Versions 2.4.0
You can use composer show to get the version numbers of:
composer show
PHP version: 8.1.14 Laravel version: 9.35.1
To Reproduce
User::factory()->create('created_at', today()); ray()->showQueries(); User::whereBetween('created_at', [today(), today()->endOfDay()])->get(); ray()->stopShowingQueries();
Expected behavior It should show queries in ray with the right format
Screenshots From ray :
From telescope :
Desktop (please complete the following information):
Will be fixed by #306
Describe the bug The sql shown in ray have bad carbon binding representation when carbon use a timezone
Versions 2.4.0
You can use
composer show
to get the version numbers of:PHP version: 8.1.14 Laravel version: 9.35.1
To Reproduce
Expected behavior It should show queries in ray with the right format
Screenshots From ray :
From telescope :
Desktop (please complete the following information):