Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boss_db:find works not correctly with indexed field (mongodb) #2

Open
kutu opened this issue Feb 22, 2012 · 0 comments
Open

boss_db:find works not correctly with indexed field (mongodb) #2

kutu opened this issue Feb 22, 2012 · 0 comments
Labels

Comments

@kutu
Copy link

kutu commented Feb 22, 2012

message model

-module (message, [Id, Message, CreationTime]).

40 seconds screencast

also cannt do right query for "id" field

boss_db:find(message, [], 5, 0, id, num_descending). % just first five entries (w/o sort)
boss_db:find(message, [], 5, 0, '_id', num_descending). % same as for creation_time
evanmiller pushed a commit that referenced this issue Mar 22, 2013
Fixed mysql and psql adapters
kostochkin pushed a commit to kostochkin/boss_db that referenced this issue Jan 7, 2024
Adding MySQL 8 compatibility using mysql-otp lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant