robertburrowes Tue Jun 21 09:26:47 2022 +1200
bump version
robertburrowes Tue Jun 21 09:26:16 2022 +1200
add aliases, so calls without blocks read better
robertburrowes Sun Jun 5 14:16:58 2022 +1200
Split gem into a loader, and connector files
robertburrowes Sun Jun 5 14:00:56 2022 +1200
add escape()
robertburrowes Fri Jun 3 11:35:39 2022 +1200
Add self.escape
robertburrowes Thu Jun 2 16:29:38 2022 +1200
test cleanup.
robertburrowes Thu Jun 2 16:23:33 2022 +1200
Hashed_row should have been hrow
robertburrowes Thu Jun 2 16:13:17 2022 +1200
Added each_param (**kwargs) test, and changed each_sym test to not use params
robertburrowes Thu Jun 2 16:07:24 2022 +1200
Uppercased user rather than DB
robertburrowes Thu Jun 2 16:07:10 2022 +1200
add escape method
robertburrowes Thu Jun 2 15:47:21 2022 +1200
Test DB uppercase
robertburrowes Wed Jun 1 14:17:39 2022 +1200
Now need a each_param, as hash to named kargs now needs a **
robertburrowes Tue May 31 22:03:20 2022 +1200
name change
robertburrowes Tue May 31 22:03:08 2022 +1200
Wrong exception
robertburrowes Tue May 31 22:02:51 2022 +1200
Setting up test DB
robertburrowes Tue May 31 18:44:38 2022 +1200
Merge branch 'master' of github.com:wikarekare/wikk_sql
robertburrowes Tue May 31 17:04:27 2022 +1200
Working on consistency between ruby-mysql and mysql2 connectors
robertburrowes Tue May 31 17:03:55 2022 +1200
unsure we get bash
robertburrowes Tue May 31 17:00:43 2022 +1200
rubocop'd
robertburrowes Thu May 26 22:42:58 2022 +1200
Getting it to work, Slowly
robertburrowes Thu May 26 16:55:35 2022 +1200
Working towards having the gem work with either ruby-mysql or mysql2
robertburrowes Mon May 23 20:36:26 2022 +1200
rubocop'd
robertburrowes Sun Oct 25 21:44:30 2020 +1300
Yard comment tidy up
robertburrowes Sun Oct 25 21:15:26 2020 +1300
Fix doc url
robertburrowes Sun Oct 25 21:14:28 2020 +1300
mode change
robertburrowes Sun Oct 25 21:14:19 2020 +1300
Update for new Hoe
robertburrowes Sun Oct 25 21:13:58 2020 +1300
Improve dependency to remove warning
robertburrowes Sun Oct 25 21:13:40 2020 +1300
Include in repo
robertburrowes Sun Oct 25 21:13:26 2020 +1300
mv dev scripts to sbin
robertburrowes Thu Jun 29 10:13:40 2017 +1200
raise exception if not connected
robertburrowes Thu Jun 29 09:43:14 2017 +1200
result should have been @result
robertburrowes Wed Jan 4 16:49:28 2017 +1300
set @affected_rows before query :(
robertburrowes Tue Jun 28 22:39:37 2016 +1200
added auto git tagging on release
robertburrowes Sun Jun 19 14:58:57 2016 +1200
Put Wikk Configuration class into module WIKK
robertburrowes Sun Jun 19 14:54:48 2016 +1200
Acknowledge code origin
robertburrowes Sun Jun 19 14:50:56 2016 +1200
Tidied up inline documentation of class
robertburrowes Sun Jun 19 14:50:30 2016 +1200
Ensured history file generated before package is generated
robertburrowes Sun Jun 19 14:50:07 2016 +1200
Upped version
robertburrowes Sun Jun 19 14:49:52 2016 +1200
Changed WIKK_SQL to module WIKK::SQL
robertburrowes Sun Jun 19 14:01:08 2016 +1200
Encapsulation of SQL into module WIKK
robertburrowes Sun Jun 19 13:59:27 2016 +1200
Encapsulated in WIKK module. Allowed db_config to be Hash.
robertburrowes Sat Jun 18 21:16:41 2016 +1200
added args to class level examples
robertburrowes Sat Jun 18 21:13:02 2016 +1200
Format cleanup
robertburrowes Sat Jun 18 21:04:49 2016 +1200
First commit