/[SQLSession]/trunk/lib/SQLSession/Action
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/lib/SQLSession/Action

View Directory Listing Directory Listing


Sticky Revision:

Revision 99 - Directory Listing
Modified Fri Feb 16 22:20:41 2007 UTC (17 years, 1 month ago) by dpavlin
extract reformat_sql into SQLSession::Utils and use then in canonicalizer

Revision 84 - Directory Listing
Modified Tue Jan 30 14:08:47 2007 UTC (17 years, 2 months ago) by dpavlin
use on_database parameter for database id throughout all code,
implement save query using tangents and continuations

Revision 82 - Directory Listing
Modified Mon Jan 29 21:43:06 2007 UTC (17 years, 2 months ago) by dpavlin
don't use SQL::ReservedWords in canonicalization. Instead, use small subset
of SQL and do pretty printing also.

Revision 70 - Directory Listing
Modified Thu Jan 25 21:16:06 2007 UTC (17 years, 2 months ago) by dpavlin
more strict uppercasing


Revision 66 - Directory Listing
Modified Thu Jan 25 20:28:42 2007 UTC (17 years, 2 months ago) by dpavlin
display time in seconds with two decimals


Revision 35 - Directory Listing
Modified Wed Jan 17 17:24:32 2007 UTC (17 years, 2 months ago) by dpavlin
after simple patch to HTTP::Server::Simple ajax validate and canonicalize
work, added limit and offset as upprecased keywords.

--- HTTP-Server-Simple-0.26/lib/HTTP/Server/Simple.pm	2006-11-26 01:15:39.000000000 +0100
+++ Simple.pm	2007-01-17 18:22:46.000000000 +0100
@@ -305,7 +305,7 @@
         $proto ||= "HTTP/0.9";
 
         my ( $file, $query_string )
-            = ( $request_uri =~ /([^?]*)(?:\?(.*))?/ );    # split at ?
+            = ( $request_uri =~ /([^?]*)(?:\?(.*))?/s );    # split at ?
 
         $self->setup(
             method       => $method,


Revision 30 - Directory Listing
Modified Thu Dec 7 23:14:57 2006 UTC (17 years, 3 months ago) by dpavlin
use SET client_encoding = UTF8 only if dsn indicates Pg (PostgreSQL)

Revision 29 - Directory Listing
Modified Thu Dec 7 22:13:56 2006 UTC (17 years, 3 months ago) by dpavlin
various tweaks:
- added edit mode to configuration
- turned off ajax (buggy in current Jifty)
- fake current_user_can in models
- order queries by name

Revision 28 - Directory Listing
Modified Thu Dec 7 19:56:41 2006 UTC (17 years, 3 months ago) by dpavlin
dodana bilješka uz SQL query, malo CSS-a

Revision 24 - Directory Listing
Modified Mon Dec 4 19:22:48 2006 UTC (17 years, 3 months ago) by dpavlin
jifty is UTF-8, so...

Revision 20 - Directory Listing
Modified Sun Dec 3 18:03:30 2006 UTC (17 years, 3 months ago) by dpavlin
loading of records from Model::Query now works

Revision 13 - Directory Listing
Modified Sun Dec 3 13:28:48 2006 UTC (17 years, 3 months ago) by dpavlin
canonicize all SQL reserved words to uppercase (has problems with multi-line SQL
queries which is wird -- I suspect Jifty bug, but can't be sure)

Revision 11 - Directory Listing
Modified Sun Dec 3 00:10:31 2006 UTC (17 years, 3 months ago) by dpavlin
better error reporting

Revision 9 - Directory Listing
Modified Sat Dec 2 23:53:00 2006 UTC (17 years, 3 months ago) by dpavlin
added template which produce SQL results in table from entered SQL query

Revision 8 - Directory Listing
Modified Sat Dec 2 22:54:15 2006 UTC (17 years, 3 months ago) by dpavlin
fix validate

Revision 7 - Directory Listing
Modified Sat Dec 2 22:30:43 2006 UTC (17 years, 3 months ago) by dpavlin
trivial implementation of action which use DBI to execute SQL query on database

Revision 6 - Directory Listing
Modified Sat Dec 2 21:17:46 2006 UTC (17 years, 3 months ago) by dpavlin
cleanup, this was a Jifty bug

Revision 5 - Directory Listing
Modified Sat Dec 2 14:00:51 2006 UTC (17 years, 4 months ago) by dpavlin
try to add DoSQL action, but it doesn't show available databases yet

Revision 1 - Directory Listing
Added Fri Dec 1 23:48:06 2006 UTC (17 years, 4 months ago) by dpavlin
initial import of toy Jifty application


  ViewVC Help
Powered by ViewVC 1.1.26