Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
1–10 of 38 posts
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#2In that case, if you are already tied to Oracle why not just use their tools rather than something like this? Oracle's tools will hopefully work in lock-step with their releases and there should be no support lag.
This looks neat, but why add another layer of lock-in to yet another vendor with the uncertainty that entails?
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#3Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#4So using this tool and building scripts in it just ties users to yet another vendor, right? In that case, if you are already tied to Oracle why not just use their tools rather than something like this? Oracle's tools will hopefully work in lock-step with their releases and there should be no support lag. This looks neat, but why add another layer of lock-in to yet another vendor with the uncertainty that entails?
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#5So using this tool and building scripts in it just ties users to yet another vendor, right? In that case, if you are already tied to Oracle why not just use their tools rather than something like this? Oracle's tools will hopefully work in lock-step with their releases and there should be no support lag. This looks neat, but why add another layer of lock-in to yet another vendor with the uncertainty that entails?
I'm not sure I understand your point about being tied to a vendor. This isn't tied to Oracle and it's mentioned at the bottom that you can also generate SQL for MySQL, MSSQL, and others.
I thought that was a clear and honest question.
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#6Earlier quoted context omitted.
I'm not sure I understand your point about being tied to a vendor. This isn't tied to Oracle and it's mentioned at the bottom that you can also generate SQL for MySQL, MSSQL, and others.
One would have to purchase this, yes? One would use this tool to build one's queries, yes? So what's not to understand about being tied to yet another vendor? I thought that was a clear and honest question.
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#7This might be good for developers, but I'm not sure how it's helpful for either heavy users or beginners. For business analysts, it's just another layer on top of SQL, which slows down processing time, and for beginners, it's now two types of syntax and order they have to learn instead of one.
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#8on Oracle:
http://docs.oracle.com/cd/E11882_01/server.112/e10592/statem...
on SQL Server: http://msdn.microsoft.com/en-us/library/ms175972.aspx
Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#9Re: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters
#10This might be good for developers, but I'm not sure how it's helpful for either heavy users or beginners. For business analysts, it's just another layer on top of SQL, which slows down processing time, and for beginners, it's now two types of syntax and order they have to learn instead of one.