parent
ac6c5f198e
commit
607367aeb1
|
@ -206,7 +206,7 @@ class MonthlyActiveUsersStore(MonthlyActiveUsersWorkerStore):
|
||||||
# a least recently active basis.
|
# a least recently active basis.
|
||||||
# Note it is not possible to write this query using OFFSET due to
|
# Note it is not possible to write this query using OFFSET due to
|
||||||
# incompatibilities in how sqlite and postgres support the feature.
|
# incompatibilities in how sqlite and postgres support the feature.
|
||||||
# Sqlite requires 'LIMIT -1 OFFSET ?', the LIMIT must be presents,
|
# Sqlite requires 'LIMIT -1 OFFSET ?', the LIMIT must be present,
|
||||||
# while Postgres does not require 'LIMIT', but also does not support
|
# while Postgres does not require 'LIMIT', but also does not support
|
||||||
# negative LIMIT values. So there is no way to write it that both can
|
# negative LIMIT values. So there is no way to write it that both can
|
||||||
# support
|
# support
|
||||||
|
|
Loading…
Reference in New Issue