Jonah George
Jonah George
First of all, thanks a ton for creating WowUp! This issue is part feature request, part question regarding whether you would accept contributions adding this. **Is your feature request related...
## Issue When invoking `structure_dump` on a database which has replication enabled, a number of replication tables and views are created which should not be managed by external tools. A...
## Issue Given an example schema: ```sql create table posts ( ID int identity, Body varchar(max) not null, ) go create view popular_posts as select * from posts ``` `structure_dump`...
Currently, [`SQLServerDatabaseTasks#structure_dump`](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/main/lib/active_record/tasks/sqlserver_database_tasks.rb#L56-L80) supports exporting tables and views; however, the underlying tool [`defncopy`](https://github.com/FreeTDS/freetds/blob/master/src/apps/defncopy.c) supports stored procedures as well. It would be particularly helpful to export stored procedures from an existing database,...
The B3 spec can be up to 128-bits: `463ac35c9f6413ad48485a3953bb6124` - https://github.com/openzipkin/b3-propagation - https://github.com/jaegertracing/jaeger/issues/858
https://github.com/jaegertracing/jaeger-client-java/blob/master/jaeger-core/src/main/java/io/jaegertracing/samplers/GuaranteedThroughputSampler.java
https://github.com/jaegertracing/jaeger-client-java/blob/master/jaeger-core/src/main/java/io/jaegertracing/samplers/RemoteControlledSampler.java