GithubHelp home page GithubHelp logo

Comments (15)

rushmorem avatar rushmorem commented on April 29, 2024 2

It's my pleasure. Thank you so much for building this awesome database and open sourcing it!

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024 2

Done

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024 1

I've found another issue, and am finishing a fix for this too (and adding some tests)...

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024 1

Hi @rushmorem thanks for finding this bug 👏 !

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024 1

Definitely could look into supporting lat/lon degress, and the like. We would need to write it in the parser (as opposed to defer to the that crate though, as that will be more performant. Similar to how we are parsing datetimes/durations...

from surrealdb.

Adithya2907 avatar Adithya2907 commented on April 29, 2024 1

Yes, it's working on main. Thanks!

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024

Hi @rushmorem , I've got the fix for this if you want me to push it up...?

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024

Hi @tobiemh, it's OK take your time. It's just something I ran across while trying the SQL queries on the website.

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024

@tobiemh While we are still on the topic of geometry types, are you interested in supporting more formats for latitude and longitude? For example the ones listed in this crate?

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024

@rushmorem ☝️

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024

OK, noted. This is not something I have a use for right now though. I just thought you might be interested. If it's something you need soon though, I will be happy to look into it.

from surrealdb.

tobiemh avatar tobiemh commented on April 29, 2024

@rushmorem could you add a separate feature request for it by any chance?

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024

Sure! No problem.

from surrealdb.

Adithya2907 avatar Adithya2907 commented on April 29, 2024

@rushmorem @tobiemh has this issue been resolved? I tried to recreate the same, and the server crashed, giving the same error message.
Attaching a screenshot of the server logs.

image

from surrealdb.

rushmorem avatar rushmorem commented on April 29, 2024

@Adithya2907 Yes, it's fixed on main.

> UPDATE university:oxford SET locations = {
        type: "MultiPolygon",
        coordinates: [
                [
                        [ [10.0, 11.2], [10.5, 11.9], [10.8, 12.0], [10.0, 11.2] ]
                ],
                [
                        [ [9.0, 11.2], [10.5, 11.9], [10.3, 13.0], [9.0, 11.2] ]
                ]
        ]
};
[{"time":"246.85µs","status":"OK","result":[{"id":"university:oxford","locations":{"type":"MultiPolygon","coordinates":[[[[10.0,11.2],[10.5,11.9],[10.8,12.0],[10.0,11.2]]],[[[9.0,11.2],[10.5,11.9],[10.3,13.0],[9.0,11.2]]]]}}]}]
> SELECT * FROM university:oxford;
[{"time":"105.191µs","status":"OK","result":[{"id":"university:oxford","locations":{"type":"MultiPolygon","coordinates":[[[[10.0,11.2],[10.5,11.9],[10.8,12.0],[10.0,11.2]]],[[[9.0,11.2],[10.5,11.9],[10.3,13.0],[9.0,11.2]]]]}}]}]

v1.0.0-beta.8 won't have this issue.

from surrealdb.

Related Issues (20)

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.