Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
sqlite db driver
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2015 at 14:02 UTC
Updated:
1 Apr 2015 at 11:33 UTC
Jump to comment: Most recent
Comments
Comment #1
amateescu commentedOpened #2462175: SQLite: Fix case sensitivity in Views' string argument plugin for fixing
Drupal\views\Tests\GlossaryTest.Comment #2
bzrudi71 commentedWe just fixed ArgumentDateTest() in #2443693: PostgreSQL: Fix views\Tests\Handler\ArgumentDateTest. Should be pretty much the same to fix this for SQLite :-)
Comment #3
amateescu commentedSadly, it won't be that easy because SQLite does not have an ISO week substitution string :/ https://www.sqlite.org/lang_datefunc.html
I'm currently trying to come up with an alternative here.
Comment #4
daffie commentedSome info for calculating the correct week number: http://stackoverflow.com/questions/15082584/sqlite-return-wrong-week-num....
Comment #5
amateescu commentedAlright, opened #2462481: SQLite: Fix views\Tests\Handler\ArgumentDateTest for this test. Thanks @daffie!
Comment #6
amateescu commentedOne of the child issues has been committed and the other one is RTBC, I'm calling this small meta fixed.