EnokMan
EnokMan
Of course welcome
@bartlomieju Yes, I want to have this feature. I haven't got the energy to start, but I've made a list. #4
有趣的是,如果圆角大于0.3就能正确填充背景。但实际并不需要圆角效果。 发现此问题的过程: 1.真机调试,发现部分效果无效,显示空白。 2.Demo中的Label示例能正常显示。 3.复制Lablel中的属性到不能正常显示的元素中。能显示。 4.修改部分属性,直到能显示。发现圆角大于0.3才能填充背景。
我本来是不需要borderRadius的,但设置为0,背景也不会渲染,为了能够渲染,我不得不把borderRadius设置为0.3以使边框效果尽量看不出来。
I think it needs to be handled in sql_builder, and if the value ends with "\", it can be very violent to directly add a "\" at the end
@sarthaksavvy Currently does not support the default authentication plugin for mysql 8.0 #37
Need to implement caching_sha2_password auth plugin
To achieve it requires multiple communications and server establishment negotiation, refer to #52
https://mysqlserverteam.com/mysql-8-0-4-new-default-authentication-plugin-caching_sha2_password/
@wenjoy If we don't use ssl connection, it seems that we need to get the public key from the server first.