kpetrow

Results 23 comments of kpetrow

I think you should use DROP PROCEDURE IF EXISTS -- just in case it aint there and simple batch script: `mysql -u username -p database_name < file.sql` no need for...

If you are going to work with individual statements then you are going to need to manually parse anyways? If you are going to slam into db use CLI? But...

Can you give an example of an edge case?

I was thinking nested delimeters, but was curious if there was SP, trigger or something that would would need to be implemented in some odd way. Thanks

Is there any resolution to this issue? I can not set the second date input when using an array in the setDate([]date1,date2]) function

experiencing same issue. rowSpan does not work on nested table

going to upvote this.

I ended up writing my own hatch parser, but it crashes browser frequently if trying to use canvas image with bounds inside the polygon. Maybe you could draw lines or...

``` alertify.confirm('Confirm Title', 'Confirm Message ', function(){ alertify.success('Ok') } , function(){ alertify.error('Cancel')}) ``` not wokring