Welcome
Login  | 
Tuesday, March 09, 2010
  Search
Author's Blog
Author: adrian Created: 11/10/2007 5:14 PM
Feature development or product related interests.

Common Table Expression
By adrian on 9/25/2009 5:32 AM
Adding support for CTE (recursive query)
More...

Custom Functions
By adrian on 6/25/2008 5:47 AM

A customer has requested the ability to write custom functions.  I think its a great idea! 

I've completed re-organizing the code that implements all the internal functions.  Internal function support was originally developed with this in mind, so it wasn't too bad.  However, when I later added support for aggregate functions, I hadn't followed the same design pattern.

I'm not following the approach Microsoft  took using attributes.  Instead, you derived from a base call, override a couple of methods and register the function with the query engine.

Anyway, its coming in a the next week or so.  I'm also including an application/assembly to demonstrate writing a custom function or aggregate.

The hardest part has been coming up with something practical and useful.


Back from the Middle East
By adrian on 12/12/2007 6:54 AM

I'm back from the middle east.  Man, that is a long way to travel.

I'll be looking at a few bug reports over the next couple of days.


Limited availability until December 12th
By adrian on 11/21/2007 8:27 PM
I'm on business until December 12th.
More...

Performance Tip
By adrian on 11/19/2007 5:35 AM
Tips on how to improve query performance and reduce memory usage.
More...

About that News Lette...
By adrian on 11/18/2007 8:35 AM
Bulk mailing of first news letter.
More...

Search
Archive
Support

Questions or comments?  Contact the author via e-mail queryadataset@hotmail.com

 
Copyright 2005 - 2009 by QueryADataSet