[DBIx-Class-Devel] [dbsrgits/sql-translator] Add support for 'default' parameter (#119)

Eugen Konkov notifications at github.com
Mon Jun 24 19:15:57 GMT 2019


code example:

```
	$sqlt->add_procedure(
		name =>  'order_total_suma',
		parameters =>  [
			{ argmode => 'in',  name => '_deep',          type => 'tstzrange', default => 1 },
		],
...
```

expected SQL:

    CREATE FUNCTION "order_total_suma" (in _deep tstzrange default 1)  ...



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/119
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20190624/83e11264/attachment.htm>


More information about the DBIx-Class-Devel mailing list