summaryrefslogtreecommitdiff
path: root/python/skytools
AgeCommit message (Expand)Author
2009-09-21sqltools: make mk_update_sql()/mk_delete_sql() use ONLYMarko Kreen
2009-09-10DBScript: exception_hookMarko Kreen
2009-09-10python/: clean up importsMarko Kreen
2009-09-09skytools.DBScript: make work_state = -1 signal exceptionMarko Kreen
2009-06-09fixed display_table to properly display long table names.Martin Pihlak
2009-06-01python scripts: Move template config to docstring.Asko Oja
2009-06-01dbscript: better desc for -q/-vMarko Kreen
2009-05-06DBScript: bad argument reference in run_safelyMarko Kreen
2009-05-06skytools.Config: getdict() methodMarko Kreen
2009-05-04Add querybuilder into sql toolsAsko Oja
2009-04-28skytools.Config: use config file name as default job_nameMarko Kreen
2009-04-28DBScript: avoid double config reloadMarko Kreen
2009-04-28scripting: unify exception handling, show db nameMarko Kreen
2009-04-13Import fixes from 2.1-stable.Marko Kreen
2009-03-10parsing.py: export sql_tokenizer, tag errorsMarko Kreen
2009-03-10psycopgwrapper: export connect_database()Marko Kreen
2009-03-05- bring londiste.ini up to dateMartin Pihlak
2009-02-17New UsageError exception class.Marko Kreen
2009-02-17Add skytools.exists_temp_table() to test if temp table exists.Marko Kreen
2009-02-13python/skytools updateMarko Kreen
2009-01-08skytools.DBScript: better pidfile handling (from 2.2)Marko Kreen
2009-01-08skytools.full_copy(): quoting, copy_expert (from 2.2)Marko Kreen
2009-01-08skytools.magic_insert: quoting, work on DictRowMarko Kreen
2009-01-08skytools.quote_statement: accept arg list (from 2.2)Marko Kreen
2009-01-08skytools.dbstruct: import quoting from 2.2 branchMarko Kreen
2008-06-18DBScript.stat_add - keep the old function for compatMarko Kreen
2008-04-30cascading work:Marko Kreen
2008-04-25pgq_set: pause/resume/change-provider/rename-node work nowMarko Kreen
2008-04-25skytools.quote_statement(): support list/tuple args tooMarko Kreen
2008-04-22parse_logtriga_sql - epydoc complained on bad docstringMarko Kreen
2008-04-22move common db patterns to skytools.adminscript moduleMarko Kreen
2008-04-17dont log so excessivelyMarko Kreen
2008-04-17forget db completely on close_database() to allow location changeMarko Kreen
2008-04-16fix more bugs - stats, trigger typeMarko Kreen
2008-04-15more setconsumer/londiste work.Marko Kreen
2008-04-11drop support for psycopg1Marko Kreen
2008-04-03simplify psycopgwrapper:Marko Kreen
2008-04-03dollar quotingMarko Kreen
2008-04-03import fixesMarko Kreen
2008-03-12slight comments cleanupMarko Kreen
2008-03-11Fix bugs in previous commit.Marko Kreen
2008-03-11very experimental row.col access, add __slots__Marko Kreen
2008-03-11new tokenizer that handles quotes properly, use it everywhereMarko Kreen
2008-03-11unquote_ident() + unquote_literal()Marko Kreen
2008-03-06sqltools: experimental code - dbdict, mk_*_sqlMarko Kreen
2008-03-06quoting.py: remove unnecessary urllib importMarko Kreen
2008-02-28installer logging changes from -stableMarko Kreen
2008-02-28allow config-less operationMarko Kreen
2008-02-28bring new quoting & parsing code to headMarko Kreen
2008-01-21Restore iter-on-rows behaviour for rows from curs.fetch*.Marko Kreen