https://bugs.documentfoundation.org/show_bug.cgi?id=97723
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- Have tested with LO 5.1.1.1, also LO 5.0.4.2, OpenSUSE 42.1 64bit rpm-Linux and MariaDB direct connection: SELECT "Date" FROM "Database"."Table" AS "Table" WHERE ( "Date" >= :FROM AND "Date" <= :TO ) Shows all dates beginning with 'FROM' and ending with 'TO'. Same result as SELECT "Date" FROM "Database"."Table" AS "Table" WHERE ( "Date" BETWEEN :FROM AND :TO ) So I can't confirm this bug. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
