berlindb / core

All of the required core code
MIT License
255 stars 29 forks source link

Date Query extends base from an incorrect namespace. #15

Closed alexstandiford closed 3 years ago

alexstandiford commented 4 years ago

I tried to use a date query and Berlin crashed. This was because it was unable to extend the base class. Date is set to extend Base in the same namespace as Date, however it is in a different namespace.

This is causing issues when trying to run a date query.

alexstandiford commented 4 years ago

PR #16

JJJ commented 3 years ago

This was committed directly to master, and is considered fixed as a result.

Thanks @alexstandiford 💫