Code Monkey home page Code Monkey logo

Comments (4)

firesharkstudios avatar firesharkstudios commented on May 25, 2024

That's really odd. I'll try it later today and see what his happening. I suspect the problem is unique to MemoryDatabase but I'll see.

from butterfly-server.

leapingbytes avatar leapingbytes commented on May 25, 2024

It's really nice to hear from you :)

I think you most likely right, this is specific for MemoryDatabase... still, I feel that it either should throw NotImplementedException() exception when it sees ORDER BY or actually do sort the records.

I have another question, do you accept PRs for this project? I run into some limitations of RedHttpServerWebApi. Was able to fix it "outside" of butterfly codebase... but it would be much nicer to have all these throw new NotImplementedException(); taken care of. I would be more than happy to create few PRs to deal with these issues.

Cheers,
Andrei

from butterfly-server.

firesharkstudios avatar firesharkstudios commented on May 25, 2024

Yes! I'm actively using Butterfly Server on multiple internal projects but I do not use the RedHttpServer implementation. It doesn't get as much love.

BTW, this line in MemoryDatabase is likely the problem...

DataRow[] dataRows = memoryTable.DataTable.Select(evaluatedWhereClause, null, DataViewRowState.OriginalRows);

The "null" is the parameter for the sort fields...oops. Have to run but this might be an easy fix later today.

from butterfly-server.

firesharkstudios avatar firesharkstudios commented on May 25, 2024

Just committed fix

from butterfly-server.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.