DA-技术分享
← 返回文章列表

【杂谈】看oracle代码注释中的人名有感

2021-10-18 902 阅读 杂谈

今天在看oracle数据库官方的oml4py组件安装包,当我看到这些代码注释时

Rem    MODIFIED   (MM/DD/YY)
Rem    qinwan      06/24/21 - XbranchMerge yuxian_bug-32986523 from main
Rem    yuxian      06/19/20 - update SQL_FILE_METADATA field
Rem    qinwan      05/25/20 - XbranchMerge qinwan_rmrefobjid from
Rem                           st_oraml_18.1.0.0.0
Rem    qinwan      05/17/20 - PYQ$OPEREFDBOBJECT row unique for DBMS_ROLLING
Rem    qinwan      12/03/19 - make script rerunnable
Rem    yuxian      06/19/19 - Add column index for table DATASTOREREFDBOBJECT
Rem    andiwang    03/25/19 - Add serialization format
Rem    qinwan      02/07/19 - replace SELECT with READ privilege
Rem    ffeli       01/28/19 - use grant read instead of grant select on views
Rem    andiwang    06/25/18 - Remove rq things
Rem    andiwang    06/04/18 - Remove embed code
Rem    qinwan      04/24/18 - add datastore tables and views
Rem    ffeli       11/15/17 - Created
Rem

瞬间产生一种感觉,开发这个组件的团队成员怕不都是中国人吧,至少也是个华裔。领英上搜到了andiwang,好家伙,他的中文竟然真的是母语级别。
以小见大虽然有失偏颇,但是这又何尝不是中国人能力的体现呢?
同样,在国内大公司也有很多外国精英任职,这些人都是在各自的工作岗位上为这个社会创造价值,没有国界之分。
但是有些人就是天天忙着搞种族对立。。。真希望有一天,能看到全世界各族人民团结起来相亲相爱一家人

杂谈
← 【ORACLE】有时候看看oracle官方安装包的代码也能有一些百度上找不到的收获(数据库执行linux命令) 【ORACLE】在oracle10g以上版本启用数据库plsql对python函数的支持(pl4py) →