AgentM
AgentM
Nice patch! Are there other corner cases which you anticipate could be fixed with this patch? Anything else missing? Here's the test failure information: ``` test/Relation/Export/CSV.hs:98 re-import failed: AttributeMappingError (ParseError...
Relevant link: https://www.fpcomplete.com/blog/2016/02/updated-haskell-travis-config
N.B. I have a patch (and reversion patch) to upgrade to megaparsec 0.6 once it is available on stackage.
It would be nice to add a macOS builder to travis as well. That's included in the link above.
I have been using Greek capital Xi [Ξ](https://en.wikipedia.org/wiki/Xi_(letter)) which looks like the [three disks commonly used to represent databases](https://pixabay.com/p-149760/?no_redirect). I am certainly willing to consider other options.
I added the Xi to the main README.markdown but it's barely noticeable as a logo. I suspect we will need a graphical version, but I have no graphical skill so...
That's a clever workaround. I suppose it wouldn't hurt to make a utility wrapper command to make this pattern more convenient. Do you have some syntax in mind? By the...
I've also been thinking about how to represent n-ary, nested relationships within a relation outside the scope of adjacency lists since we could leverage nested relations. However, the top-level relation...
Thanks for linking to that paper- it proposes new SQL syntax to support said traversals. However, it is still limited by the capabilities of SQL (which Project:M36 is not). For...
Hi @matchwood, I have been meaning to add a native UUID type, especially since we use them internally. A user request certainly puts the item higher in my priority list,...