Joni Freeman

Results 8 comments of Joni Freeman

Hi! It is not actively maintained at the moment. I still believe something like sqltyped is a good way to integrate with relational databases from a statically typed language. Unfortunately...

Reading all schemas is probably not practical as it is a relatively expensive operation (I once had almost 100 schemas in my db). Lazy loading as needed would be very...

Not sure if WeakHashMap is needed. I initially used it to avoid leaking problem raised by Eugene Burmako here: http://grokbase.com/t/gg/scala-user/129r18wjgv/macros-and-caching

In Java-land there's a tool named jarjar which can rename packages. https://code.google.com/p/jarjar/ I have no idea how well it works in this case but you could try to use it...

In sqltyped the following query no longer works: ``` sql("select name, ? as x from person") ``` Currently it is typed as (Stuff within curlies are records, not structural types....

It is still an issue but not a critical one. It is a rather rare corner case.

The first one is a known limitation (https://github.com/puffnfresh/sweet-fantasies/blob/master/src/do.sjs#L39). I was unable to make that work with sweet.js 0.1. We should look into that again now that sweet.js is upgraded to...